From e4079d5738d9a7b7676c7febd7a2ef596878941a Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sat, 8 Apr 2017 19:13:31 +0200 Subject: [PATCH] Fix build on OSX after 60e967e3b781ce170b30ffd744e132145ef37bd7 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 1ad3ee2..a87ae48 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,10 +42,10 @@ #ifdef __WINDOWS__ #include "resource.h" -#elif __LINUX__ -#include "icon.png.xxd" #endif +#include "icon.png.xxd" + static void rgssThreadError(RGSSThreadData *rtData, const std::string &msg) {