diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl/common.h b/pugl/common.h index 3abab82..6109fe2 100644 --- a/pugl/common.h +++ b/pugl/common.h @@ -22,6 +22,8 @@ #ifndef PUGL_COMMON_H_INCLUDED #define PUGL_COMMON_H_INCLUDED +#include <stdint.h> + #ifdef __cplusplus extern "C" { #endif |