aboutsummaryrefslogtreecommitdiffstats
path: root/lib/includes/hicn/util/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/hicn/util/types.h')
-rw-r--r--lib/includes/hicn/util/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/includes/hicn/util/types.h b/lib/includes/hicn/util/types.h
index 50b368b8d..017e85b72 100644
--- a/lib/includes/hicn/util/types.h
+++ b/lib/includes/hicn/util/types.h
@@ -15,6 +15,9 @@
#ifndef UTIL_TYPES
#define UTIL_TYPES
+#ifdef _WIN32
+#include <hicn/util/windows/windows_Utils.h>
+#endif
typedef uint8_t u8;
typedef uint16_t u16;