From f706e4686831e7f44878932955f041b69a4efb3a Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Mon, 27 Jun 2016 22:57:31 -0700 Subject: [PATCH] Fix compiling test cases on older gcc versions --- test/gitversion/ParserTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/gitversion/ParserTest.cpp b/test/gitversion/ParserTest.cpp index 03e2b8d4..718bdb41 100644 --- a/test/gitversion/ParserTest.cpp +++ b/test/gitversion/ParserTest.cpp @@ -1,5 +1,6 @@ #include #include +#include using namespace gitversion;