[colobot] 08/74: Fixed compile error on Windows

Didier Raboud odyx at moszumanska.debian.org
Mon Nov 7 07:49:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 716218aa37e227ee97f34998c323b71b468e6ebf
Author: krzys-h <krzys_h at interia.pl>
Date:   Sun Jul 24 18:19:34 2016 +0200

    Fixed compile error on Windows
---
 src/common/resources/resourcemanager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/resources/resourcemanager.cpp b/src/common/resources/resourcemanager.cpp
index 3ed0dee..86c77bf 100644
--- a/src/common/resources/resourcemanager.cpp
+++ b/src/common/resources/resourcemanager.cpp
@@ -23,7 +23,7 @@
 #include "common/config.h"
 
 #if PLATFORM_WINDOWS
-    #include "app/system_windows.h"
+    #include "common/system/system_windows.h"
 #endif
 
 #include "common/logger.h"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list