aboutsummaryrefslogtreecommitdiff
path: root/core/src/Utils/UUID.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-06-08 09:56:38 -0700
committerrtk0c <[email protected]>2021-06-08 09:56:38 -0700
commit19d8aeb010ffc967bf82986b7586b161364ab82f (patch)
tree3915a0802e37dda4d1f60e035e2e881519e9a8ff /core/src/Utils/UUID.hpp
parentd7ee2efaca226fc478e3f0c78abdbe86a887f17a (diff)
Fix includes
Diffstat (limited to 'core/src/Utils/UUID.hpp')
-rw-r--r--core/src/Utils/UUID.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/Utils/UUID.hpp b/core/src/Utils/UUID.hpp
new file mode 100644
index 0000000..9044aa6
--- /dev/null
+++ b/core/src/Utils/UUID.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#define WIN32_LEAN_AND_MEAN
+#define NOMINMAX
+#include <uuid.h>