summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-06-15 22:04:25 (GMT)
committerEvan Martin <martine@danga.com>2012-06-15 22:04:25 (GMT)
commitcb8204536efb831e649195bc25d9c89bd7f33793 (patch)
tree0da9c5116bedacb6ababd6bada0b4387ce1b5b4e
parentde275b185943c588b25de31998133babc298a0e7 (diff)
parent28d20bc0962afa1fec25a00622e30e88b7f681fe (diff)
downloadNinja-cb8204536efb831e649195bc25d9c89bd7f33793.zip
Ninja-cb8204536efb831e649195bc25d9c89bd7f33793.tar.gz
Ninja-cb8204536efb831e649195bc25d9c89bd7f33793.tar.bz2
Merge pull request #330 from sgraham/win32-hash-build
fix windows build
-rw-r--r--src/build_log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_log.h b/src/build_log.h
index 98ef7b3..d3994ff 100644
--- a/src/build_log.h
+++ b/src/build_log.h
@@ -22,6 +22,7 @@ using namespace std;
#include "hash_map.h"
#include "timestamp.h"
+#include "util.h"
struct BuildConfig;
struct Edge;