Fix header include

This commit is contained in:
Matthias Hochsteger 2024-04-10 20:26:54 +02:00
parent a08dfa443d
commit dd5276994d

View File

@ -1,10 +1,9 @@
#include "debugging.hpp" #include "debugging.hpp"
#include <libusockets.h>
#include <core/python_ngcore.hpp> #include <core/python_ngcore.hpp>
#ifdef NETGEN_DEBUGGING_GUI #ifdef NETGEN_DEBUGGING_GUI
#include <libusockets.h>
#include "websockets/App.h" #include "websockets/App.h"
#endif // NETGEN_DEBUGGING_GUI #endif // NETGEN_DEBUGGING_GUI