From 9216ea115bb4bf2ceb54b03ebdbb497edff40fbc Mon Sep 17 00:00:00 2001 From: Aang23 Date: Thu, 18 Feb 2021 21:15:33 +0100 Subject: [PATCH] Maybe? --- src-ui/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ui/main.cpp b/src-ui/main.cpp index d19e8b9cd..f05453198 100644 --- a/src-ui/main.cpp +++ b/src-ui/main.cpp @@ -10,6 +10,7 @@ #include #include "process.h" #include +#include #include "ImGuiFileDialog/ImGuiFileDialog.h" static void glfw_error_callback(int error, const char *description)