diff --git a/src/gestures.c b/src/gestures.c index af92ba3de..9028f43b1 100644 --- a/src/gestures.c +++ b/src/gestures.c @@ -39,6 +39,7 @@ int __stdcall QueryPerformanceCounter(unsigned long long int *lpPerformanceCount); int __stdcall QueryPerformanceFrequency(unsigned long long int *lpFrequency); #elif defined(__linux) + #include // Declares storage size of ‘now’ #include // Used for clock functions #endif