diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-26 02:54:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-26 02:54:00 -0400 |
| commit | 9945beabf160c68852a8bdac07de255f04fd6886 (patch) | |
| tree | 3f8bcab42ae489e685a3fb8d1f1f3b1bae814218 /src/shared/util.cpp | |
| parent | 530bade5f71806a7ffd317a6ba2b5cdccb1cc69c (diff) | |
| parent | ca9c953d6a1ae654af48e91b393d1a1a52e3bd44 (diff) | |
Merge pull request #1061 from isanae/new-cmakefiles
New cmakefiles
Diffstat (limited to 'src/shared/util.cpp')
| -rw-r--r-- | src/shared/util.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/util.cpp b/src/shared/util.cpp index 483b36a9..ba500da9 100644 --- a/src/shared/util.cpp +++ b/src/shared/util.cpp @@ -19,8 +19,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "util.h"
#include "windows_error.h"
-#include "mainwindow.h"
-#include "env.h"
+#include "../mainwindow.h"
+#include "../env.h"
#include <log.h>
#include <usvfs.h>
#include <usvfs_version.h>
|
