From dd5276994d9e5aab8f1aaf082e4ec8883fbc1454 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Wed, 10 Apr 2024 20:26:54 +0200 Subject: [PATCH] Fix header include --- libsrc/meshing/debugging.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libsrc/meshing/debugging.cpp b/libsrc/meshing/debugging.cpp index 05c87f73..010e905e 100644 --- a/libsrc/meshing/debugging.cpp +++ b/libsrc/meshing/debugging.cpp @@ -1,10 +1,9 @@ #include "debugging.hpp" -#include - #include #ifdef NETGEN_DEBUGGING_GUI +#include #include "websockets/App.h" #endif // NETGEN_DEBUGGING_GUI