diff options
-rw-r--r-- | src/screenshot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp index 47c92b400..fbd2be202 100644 --- a/src/screenshot.cpp +++ b/src/screenshot.cpp @@ -10,6 +10,7 @@ /** @file screenshot.cpp The creation of screenshots! */ #include "stdafx.h" +#include "fileio_func.h" #include "viewport_func.h" #include "gfx_func.h" #include "screenshot.h" |