openbsd-ports/games/alephone/alephone/patches/patch-Source_Files_Sound_SoundManager_cpp
2022-03-11 19:04:03 +00:00

15 lines
396 B
Plaintext

Directly include iostream for cerr (newer Boost versions no longer pull it in for us)
upstream rev 5012
Index: Source_Files/Sound/SoundManager.cpp
--- Source_Files/Sound/SoundManager.cpp.orig
+++ Source_Files/Sound/SoundManager.cpp
@@ -22,6 +22,7 @@ SOUND.C
#include <iostream>
+#include <iostream>
#include "SoundManager.h"
#include "ReplacementSounds.h"
#include "sound_definitions.h"