From 4ebfe0059a834a8302b936f5cf064625becbb77d Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 13 Sep 2020 08:27:45 -0700 Subject: [PATCH] Pre-include another header for Cygwin Avoid -Wpedantic warning for extra ';' --- tests/allheaders.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/allheaders.cpp b/tests/allheaders.cpp index 6003970d65..34629bd524 100644 --- a/tests/allheaders.cpp +++ b/tests/allheaders.cpp @@ -93,6 +93,7 @@ #include #include #include + #include #endif #elif defined(__WXQT__) #include