diff options
-rw-r--r-- | gui/browser.cpp | 1 | ||||
-rw-r--r-- | gui/chooser.cpp | 1 | ||||
-rw-r--r-- | simon/midiparser_s1d.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gui/browser.cpp b/gui/browser.cpp index ba2806a629..8eed83edf5 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -18,6 +18,7 @@ * $Header$ */ +#include "stdafx.h" #include "browser.h" #include "newgui.h" #include "ListWidget.h" diff --git a/gui/chooser.cpp b/gui/chooser.cpp index 33ee2dc4ca..ae88e1f007 100644 --- a/gui/chooser.cpp +++ b/gui/chooser.cpp @@ -18,6 +18,7 @@ * $Header$ */ +#include "stdafx.h" #include "chooser.h" #include "newgui.h" #include "ListWidget.h" diff --git a/simon/midiparser_s1d.cpp b/simon/midiparser_s1d.cpp index 56051912e8..a8ac5ae603 100644 --- a/simon/midiparser_s1d.cpp +++ b/simon/midiparser_s1d.cpp @@ -19,6 +19,7 @@ * */ +#include "stdafx.h" #include "sound/midiparser.h" #include "sound/mididrv.h" #include "common/util.h" |