diff options
| author | degasus <wickmarkus@web.de> | 2014-07-08 16:49:33 +0200 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-07-11 16:10:20 +0200 |
| commit | 81ed17be53e7fed93147dc0d334a6c1d45f4e3c8 (patch) | |
| tree | 07359f88512c0cdd7c362152cbd5a81c1816e0c0 /Source/Core/VideoBackends/Software/SWmain.cpp | |
| parent | 6d3f249dcc746cc7845ef88ddb8ce3bcc9221aca (diff) | |
avoid the extern keyword in .cpp files
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SWmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp index 8abfa81c65..13bd20d154 100644 --- a/Source/Core/VideoBackends/Software/SWmain.cpp +++ b/Source/Core/VideoBackends/Software/SWmain.cpp @@ -35,6 +35,7 @@ #include "VideoBackends/Software/VideoConfigDialog.h" #endif // HAVE_WX +#include "VideoCommon/Fifo.h" #include "VideoCommon/OnScreenDisplay.h" #include "VideoCommon/PixelEngine.h" #include "VideoCommon/XFMemory.h" |
