aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.hpp')
-rw-r--r--include/common.hpp1
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