From 655b527827fc2b64b374a1d29e884e92269e9cae Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 4 Dec 2012 19:28:27 +0100 Subject: first working version of autotools based build-system --- src/parser.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/parser.cpp') diff --git a/src/parser.cpp b/src/parser.cpp index 5ba96fa..870695d 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include -- cgit v1.2.3