summaryrefslogtreecommitdiffstats
path: root/src/sound/plugins/oalsound/check.h
diff options
context:
space:
mode:
authorZaba999 <zaba.marcin@gmail.com>2012-09-26 22:57:43 +0200
committerZaba999 <zaba.marcin@gmail.com>2012-09-26 22:57:43 +0200
commitf6638a173e21fbee3cc961d3dea82cc89382b873 (patch)
tree115936bf2657563b347f3d0e20735d9f4b5da689 /src/sound/plugins/oalsound/check.h
parent6cce7ec6fd262178ce91d218f9287363842349cd (diff)
downloadcolobot-f6638a173e21fbee3cc961d3dea82cc89382b873.tar.gz
colobot-f6638a173e21fbee3cc961d3dea82cc89382b873.tar.bz2
colobot-f6638a173e21fbee3cc961d3dea82cc89382b873.zip
Work in progress on opening files, and listing dirs
Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
Diffstat (limited to 'src/sound/plugins/oalsound/check.h')
-rw-r--r--src/sound/plugins/oalsound/check.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/plugins/oalsound/check.h b/src/sound/plugins/oalsound/check.h
index cb6b4a1..cf3e468 100644
--- a/src/sound/plugins/oalsound/check.h
+++ b/src/sound/plugins/oalsound/check.h
@@ -21,7 +21,7 @@
#include <AL/al.h>
#include <AL/alc.h>
-#include <common/logger.h>
+#include "common/logger.h"
static ALenum CODE = AL_NO_ERROR;