From 01c23c266481ab9d1017c08b39e3111b4259ffbf Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Wed, 12 Oct 2016 01:11:09 +0200 Subject: [PATCH] Buildfix in release --- src/gui/searcher.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gui/searcher.cpp b/src/gui/searcher.cpp index 7c9b955..7936523 100644 --- a/src/gui/searcher.cpp +++ b/src/gui/searcher.cpp @@ -18,9 +18,7 @@ #include "searcher.hpp" #include "glob2regex/glob2regex.hpp" #include "backends/db_backend.hpp" -#if !defined(NDEBUG) -# include -#endif +#include #include #include