summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/mameopts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/mameopts.cpp')
-rw-r--r--src/frontend/mame/mameopts.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontend/mame/mameopts.cpp b/src/frontend/mame/mameopts.cpp
index bbdf8a692b4..c6031308592 100644
--- a/src/frontend/mame/mameopts.cpp
+++ b/src/frontend/mame/mameopts.cpp
@@ -15,10 +15,12 @@
#include "fileio.h"
#include "screen.h"
#include "softlist_dev.h"
-#include "zippath.h"
#include "hashfile.h"
#include "clifront.h"
+#include "path.h"
+#include "zippath.h"
+
#include <cctype>
#include <stack>