From d7298cafd02232a4da3843a5e6c810cb2ccd99f4 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 3 Mar 2020 22:06:46 -0600 Subject: [PATCH] Fix build on Linux --- ProfileManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ProfileManager.cpp b/ProfileManager.cpp index acd388e8..e4656850 100644 --- a/ProfileManager.cpp +++ b/ProfileManager.cpp @@ -4,6 +4,7 @@ #include #include #include +#include namespace fs = std::experimental::filesystem;