summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/info.h')
-rw-r--r--src/frontend/mame/info.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/frontend/mame/info.h b/src/frontend/mame/info.h
index 29f931b5c4a..6ffce39e496 100644
--- a/src/frontend/mame/info.h
+++ b/src/frontend/mame/info.h
@@ -8,11 +8,14 @@
***************************************************************************/
-#pragma once
-
#ifndef __INFO_H__
#define __INFO_H__
+#pragma once
+
+#include "emuopts.h"
+
+
class driver_enumerator;