aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_productions.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_productions.h
parentce857b077048ced8326e21161385d2bd823c4e05 (diff)
Fix compilation errors under Clang.
Diffstat (limited to 'parse_productions.h')
-rw-r--r--parse_productions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse_productions.h b/parse_productions.h
index 18894ca7..e6c003ab 100644
--- a/parse_productions.h
+++ b/parse_productions.h
@@ -7,6 +7,7 @@
#define FISH_PARSE_TREE_CONSTRUCTION_H
#include "parse_tree.h"
+#include <inttypes.h>
namespace parse_productions
{