From e3bdc37b0c82de7a48825c08b6bff1fe0e9e26cb Mon Sep 17 00:00:00 2001 From: Lauri Nurmi Date: Thu, 25 Sep 2014 05:32:30 +0200 Subject: [PATCH] Fix compilation (on Cygwin), by adding the necessary includes. --- test/testrunner.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testrunner.cpp b/test/testrunner.cpp index d99ccb471..e05fd8193 100644 --- a/test/testrunner.cpp +++ b/test/testrunner.cpp @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include #include "testsuite.h" #include "options.h"