From 37c4b8ee8eda5c5000315f1e5766caf1c77dea02 Mon Sep 17 00:00:00 2001 From: wowzaman12 Date: Tue, 28 Apr 2015 01:00:19 +0000 Subject: [PATCH] fix include for dsound.cpp git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1366 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/wx/dsound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/dsound.cpp b/src/wx/dsound.cpp index 9bee9c7a..fe322e86 100644 --- a/src/wx/dsound.cpp +++ b/src/wx/dsound.cpp @@ -11,7 +11,7 @@ // DirectSound8 #define DIRECTSOUND_VERSION 0x0800 #include -#include "common/ConfigManager.h" +#include "../common/ConfigManager.h" extern bool soundBufferLow;