From 8cf95b504801fc2ffd9e564d2db0a7f0c28d3317 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 8 Sep 2016 11:04:19 +0200 Subject: [PATCH] Fix compilation with old version of clang --- src/workaroundtests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/workaroundtests.cpp b/src/workaroundtests.cpp index eac6b46..af9d9e0 100644 --- a/src/workaroundtests.cpp +++ b/src/workaroundtests.cpp @@ -19,6 +19,7 @@ #include "generator.h" #include +#include /* * Some tests do not pass because moc is different from moc-ng and there is no reason for them