summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index f6601d3..58e0b85 100644
--- a/src/util.h
+++ b/src/util.h
@@ -16,7 +16,11 @@
#define NINJA_UTIL_H_
#pragma once
+#ifdef WIN32
+#include "win32port.h"
+#else
#include <stdint.h>
+#endif
#include <string>
using namespace std;