From b9d4dc448bc3be908653f9dea3c3450fb85ed107 Mon Sep 17 00:00:00 2001 From: Nicolay Korslund Date: Thu, 12 Aug 2010 15:46:11 +0200 Subject: [PATCH] Switched to local include for OpenMW --- sound/sndmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/sndmanager.cpp b/sound/sndmanager.cpp index 3bf8555b34..3911432366 100644 --- a/sound/sndmanager.cpp +++ b/sound/sndmanager.cpp @@ -1,6 +1,6 @@ #include "sndmanager.hpp" -#include +#include "../misc/list.hpp" #include using namespace OEngine::Sound;