summaryrefslogtreecommitdiffstats
path: root/src/build_log.h
diff options
context:
space:
mode:
authorScott Graham <scottmg@chromium.org>2012-06-15 21:28:23 (GMT)
committerScott Graham <scottmg@chromium.org>2012-06-15 21:28:23 (GMT)
commit28d20bc0962afa1fec25a00622e30e88b7f681fe (patch)
tree0da9c5116bedacb6ababd6bada0b4387ce1b5b4e /src/build_log.h
parentde275b185943c588b25de31998133babc298a0e7 (diff)
downloadNinja-28d20bc0962afa1fec25a00622e30e88b7f681fe.zip
Ninja-28d20bc0962afa1fec25a00622e30e88b7f681fe.tar.gz
Ninja-28d20bc0962afa1fec25a00622e30e88b7f681fe.tar.bz2
fix windows build
Diffstat (limited to 'src/build_log.h')
-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;