X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=qtypes.h;h=6521899965ea6993427e3b0ec53424b9ee311044;hp=d4fa148e189051342d9be25038f0494da16f6090;hb=2faff26f69150bd8b672cb96556c4028a292cdd5;hpb=164b42b3df6fdf87fc37926f23cddb933642d2b6 diff --git a/qtypes.h b/qtypes.h index d4fa148e..65218999 100644 --- a/qtypes.h +++ b/qtypes.h @@ -2,6 +2,8 @@ #ifndef QTYPES_H #define QTYPES_H +#include + #ifndef __cplusplus #ifdef _MSC_VER typedef enum {false, true} bool;