Fix missing include in event wait timeout test

This commit is contained in:
Camilla Berglund 2016-03-18 10:36:33 +01:00
parent fc3acdacf6
commit e37dbd8b8d
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <time.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>