aboutsummaryrefslogtreecommitdiff
path: root/src/ast.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2018-11-20 23:13:14 -0800
committerMike Buland <eichlan@xagasoft.com>2018-11-20 23:13:14 -0800
commit3a0447e76e279c47b8e57924edc8b6d8dd269a4a (patch)
treea7e2c3b36bd2d4b0b81d5b2383c29da484a68246 /src/ast.cpp
parent31fa2d4836ce93993aa94364b1c3dd2195c90142 (diff)
downloadbuild-3a0447e76e279c47b8e57924edc8b6d8dd269a4a.tar.gz
build-3a0447e76e279c47b8e57924edc8b6d8dd269a4a.tar.bz2
build-3a0447e76e279c47b8e57924edc8b6d8dd269a4a.tar.xz
build-3a0447e76e279c47b8e57924edc8b6d8dd269a4a.zip
Correcting build issues.
Diffstat (limited to '')
-rw-r--r--src/ast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.cpp b/src/ast.cpp
index 24d3193..4bbe186 100644
--- a/src/ast.cpp
+++ b/src/ast.cpp
@@ -9,7 +9,7 @@
9#include "astleaf.h" 9#include "astleaf.h"
10#include "astbranch.h" 10#include "astbranch.h"
11 11
12#include "build.tab.h" 12#include "buildparser.h"
13 13
14Ast::Ast() 14Ast::Ast()
15{ 15{