aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_tree.h
diff options
context:
space:
mode:
authorGravatar Konrad Borowski <glitchmr@myopera.com>2013-10-14 09:12:45 +0200
committerGravatar Konrad Borowski <glitchmr@myopera.com>2013-10-14 09:12:45 +0200
commite8ba3c2f4de8c60808e9c919cc3e947d15136e21 (patch)
treea0f1c4d8978d6237ce9df0bf88d6d628995ec4fd /parse_tree.h
parentce857b077048ced8326e21161385d2bd823c4e05 (diff)
Fix compilation errors under Clang.
Diffstat (limited to 'parse_tree.h')
-rw-r--r--parse_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse_tree.h b/parse_tree.h
index 79cae8cc..8621cea8 100644
--- a/parse_tree.h
+++ b/parse_tree.h
@@ -13,6 +13,7 @@
#include "common.h"
#include "tokenizer.h"
#include <vector>
+#include <inttypes.h>
#define PARSE_ASSERT(a) assert(a)
#define PARSER_DIE() do { fprintf(stderr, "Parser dying!\n"); exit_without_destructors(-1); } while (0)