From 88468313289c659088be9beece59a82206153ed8 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 2 Aug 2014 12:57:57 +0200 Subject: Fixed missing include for Linux --- vhdlparser/vhdlstring.h | 1 + 1 file changed, 1 insertion(+) diff --git a/vhdlparser/vhdlstring.h b/vhdlparser/vhdlstring.h index 16e1d9a..ec13907 100644 --- a/vhdlparser/vhdlstring.h +++ b/vhdlparser/vhdlstring.h @@ -2,6 +2,7 @@ #define VHDLSTRING_H #include +#include #include /** @brief Minimal string class with std::string like behaviour that fulfills the JavaCC -- cgit v0.12