Added inclusion of declaration of size_t.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent 8fe46ac1fe
commit 3bd54e0b60
  1. 4
      include/GL/glfw3.h

@ -173,6 +173,10 @@ extern "C" {
#endif
#endif
/* This is needed for the declaration of size_t.
*/
#include <stddef.h>
/*************************************************************************
* GLFW version

Loading…
Cancel
Save