summaryrefslogtreecommitdiffstats
path: root/src/gui/ConnectWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ConnectWindow.cpp')
-rw-r--r--src/gui/ConnectWindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp
index 8f89a283..7265796a 100644
--- a/src/gui/ConnectWindow.cpp
+++ b/src/gui/ConnectWindow.cpp
@@ -33,9 +33,10 @@
#include <ingen/URIs.hpp>
#include <ingen/World.hpp>
#include <ingen/client/ClientStore.hpp>
-#include <ingen/client/GraphModel.hpp> // IWYU pragma: keep
+#include <ingen/client/GraphModel.hpp>
#include <ingen/client/SigClientInterface.hpp>
#include <ingen/client/SocketClient.hpp>
+#include <ingen/fmt.hpp>
#include <ingen/paths.hpp>
#include <raul/Path.hpp>
#include <raul/Process.hpp>