From 67025418ff11f83d6f3cbb784c2de5f91f4432d1 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 1 Dec 2018 02:21:16 +0100 Subject: [PATCH] Fix #ifdef for DEBUG_BUILD --- quickgui/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickgui/controller.cpp b/quickgui/controller.cpp index 6366664..cc8afde 100644 --- a/quickgui/controller.cpp +++ b/quickgui/controller.cpp @@ -13,7 +13,7 @@ #ifndef QT_NO_CLIPBOARD #include #endif -#if DEBUG_BUILD +#ifdef DEBUG_BUILD #include #endif #include