diff options
author | 2016-04-21 06:48:26 +0200 | |
---|---|---|
committer | 2016-04-21 06:48:26 +0200 | |
commit | a72ad0c4fe65b507bc4fd17aac580683e289e2fd (patch) | |
tree | b137735428e86c1b3b71266629ab500885ca4d3c /src/emu/ui/moptions.cpp | |
parent | b5c2c8f1a5cd927c328a7cb21eb6152e9aff765f (diff) |
fix sdl build. (nw)
Diffstat (limited to 'src/emu/ui/moptions.cpp')
-rw-r--r-- | src/emu/ui/moptions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/ui/moptions.cpp b/src/emu/ui/moptions.cpp index 4f41c7fbdac..3c8d37fec12 100644 --- a/src/emu/ui/moptions.cpp +++ b/src/emu/ui/moptions.cpp @@ -9,6 +9,7 @@ ***************************************************************************/ #include "emu.h" +#include "options.h" #include "ui/moptions.h" |