diff options
Diffstat (limited to 'include/common.hpp')
-rw-r--r-- | include/common.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.hpp b/include/common.hpp index 71039c7..1178540 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -45,6 +45,7 @@ // windows stuff #ifdef __WIN32__ +using uint = unsigned int; #undef near #endif |