Commit: 0684d0fe9f3996307f5f15cd913eaa8f50d81e73 Author: Antony Riakiotakis Date: Wed Sep 24 16:28:50 2014 +0200 Branches: terrible_consequencer https://developer.blender.org/rB0684d0fe9f3996307f5f15cd913eaa8f50d81e73
Fix compilation in MacOSX =================================================================== M intern/audaspace/intern/AUD_C-API.cpp =================================================================== diff --git a/intern/audaspace/intern/AUD_C-API.cpp b/intern/audaspace/intern/AUD_C-API.cpp index 74ad5e7..333c189 100644 --- a/intern/audaspace/intern/AUD_C-API.cpp +++ b/intern/audaspace/intern/AUD_C-API.cpp @@ -46,6 +46,7 @@ #include <cstring> #include <cmath> #include <sstream> +#include <iostream> #include "AUD_NULLDevice.h" #include "AUD_I3DDevice.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
