Skip to content

Commit 9535915

Browse files
committed
fix(screenshot): Add missing W3DScreenshot.h include for ScreenshotFormat enum
1 parent 7a0939b commit 9535915

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Generals/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DScreenshot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
** along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19+
#include "W3DScreenshot.h"
1920
#include <stb_image_write.h>
2021

2122
struct ScreenshotThreadData

GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/GameClient/W3DScreenshot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
** along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19+
#include "W3DScreenshot.h"
1920
#include <stb_image_write.h>
2021

2122
struct ScreenshotThreadData

0 commit comments

Comments
 (0)