summaryrefslogtreecommitdiff
path: root/Runtime/Utilities/UnityString.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Utilities/UnityString.h')
-rw-r--r--Runtime/Utilities/UnityString.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Runtime/Utilities/UnityString.h b/Runtime/Utilities/UnityString.h
new file mode 100644
index 0000000..574f42d
--- /dev/null
+++ b/Runtime/Utilities/UnityString.h
@@ -0,0 +1,10 @@
+#ifndef UNITY_STRING_H
+#define UNITY_STRING_H
+
+#if !UNITY_EXTERNAL_TOOL
+#if UNITY_WIN
+#include "Runtime/Allocator/MemoryMacros.h"
+#endif
+#endif
+
+#endif