Directly include iostream for cerr (newer Boost versions no longer pull it in for us)
from upstream
This commit is contained in:
parent
13dc0d52c1
commit
64a29f40f6
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-Source_Files_Sound_SoundManager_cpp,v 1.1 2015/06/29 07:31:48 jasper Exp $
|
||||
|
||||
Directly include iostream for cerr (newer Boost versions no longer pull it in for us)
|
||||
upstream rev 5012
|
||||
|
||||
--- Source_Files/Sound/SoundManager.cpp.orig Sun Jun 28 22:18:21 2015
|
||||
+++ Source_Files/Sound/SoundManager.cpp Sun Jun 28 22:18:55 2015
|
||||
@@ -20,6 +20,7 @@ SOUND.C
|
||||
|
||||
*/
|
||||
|
||||
+#include <iostream>
|
||||
#include "SoundManager.h"
|
||||
#include "ReplacementSounds.h"
|
||||
#include "sound_definitions.h"
|
Loading…
x
Reference in New Issue
Block a user