From dffd0a4a8e99196ad27f8fde2430b09dd29cac57 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 May 2017 20:14:01 +0300 Subject: Move catch.hpp into test directory. Also replace include catch.hpp into generic unittests.h --- src/maingui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maingui.cpp') diff --git a/src/maingui.cpp b/src/maingui.cpp index 4eb7c8624..37536470a 100644 --- a/src/maingui.cpp +++ b/src/maingui.cpp @@ -50,7 +50,7 @@ #ifdef UNITTESTS #define CATCH_CONFIG_RUNNER -#include "catch.hpp" +#include "test/catch.hpp" #else // UNITTESTS #include "utils/xml.h" #endif // UNITTESTS -- cgit v1.2.3-60-g2f50