summaryrefslogtreecommitdiff
path: root/ast.cpp
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2016-12-28 10:01:53 +0100
committerTom Smeding <tom.smeding@gmail.com>2016-12-28 10:01:53 +0100
commit2690760ccb97324b5856d7d4176d8a949856dec8 (patch)
treea2b03e42c2b5cf514992ae5c2b247530da006605 /ast.cpp
parent8116da5f88b18591decd8fa53d7be8b354ec1fa9 (diff)
A warning lessHEADmaster
Diffstat (limited to 'ast.cpp')
-rw-r--r--ast.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.cpp b/ast.cpp
index f1cbcc0..4f68a17 100644
--- a/ast.cpp
+++ b/ast.cpp
@@ -1,4 +1,5 @@
#include <stdexcept>
+#include <cstring>
#include <cctype>
#include "ast.h"