@@ -1,6 +1,6 @@
#include "../DFPSR/gui/BackendWindow.h"
-#include "../DFPSR/base/text.h"
+#include "../DFPSR/api/stringAPI.h"
std::shared_ptr<dsr::BackendWindow> createBackendWindow(const dsr::String& title, int width, int height) {
dsr::throwError("Tried to create a DsrWindow without a window manager selected!\n");