summaryrefslogtreecommitdiff
path: root/tikzit/src/common/TikzGraphAssembler.m
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2013-08-28 12:33:02 +0100
committerAlex Merry <dev@randomguy3.me.uk>2013-08-28 12:33:37 +0100
commit718147147b832f5b5beebda9007b221d622d6bc4 (patch)
tree22b3d4e3e81240a6a160401fdcbf21497ee4af90 /tikzit/src/common/TikzGraphAssembler.m
parent0f8c707a69c3bb6d11798866975aac4976e4c22b (diff)
Make tikzparser.ym compatible with bison 2.3
Diffstat (limited to 'tikzit/src/common/TikzGraphAssembler.m')
-rw-r--r--tikzit/src/common/TikzGraphAssembler.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/tikzit/src/common/TikzGraphAssembler.m b/tikzit/src/common/TikzGraphAssembler.m
index 60b96ee..380b71c 100644
--- a/tikzit/src/common/TikzGraphAssembler.m
+++ b/tikzit/src/common/TikzGraphAssembler.m
@@ -22,6 +22,7 @@
//
#import "TikzGraphAssembler.h"
+#import "tikzparserdefs.h"
#import "tikzparser.h"
#import "TikzGraphAssembler+Parser.h"
#import "tikzlexer.h"