From: <sv...@ww...> - 2006-01-30 21:37:02
|
Author: stormbringer Date: 2006-01-30 13:36:55 -0800 (Mon, 30 Jan 2006) New Revision: 1859 Modified: trunk/csp/cspsim/sound/SoundEffect.cpp Log: Added a header to make code compile under Windows Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1859 Modified: trunk/csp/cspsim/sound/SoundEffect.cpp =================================================================== --- trunk/csp/cspsim/sound/SoundEffect.cpp 2006-01-30 21:35:06 UTC (rev 1858) +++ trunk/csp/cspsim/sound/SoundEffect.cpp 2006-01-30 21:36:55 UTC (rev 1859) @@ -29,6 +29,7 @@ #include <csp/csplib/util/Log.h> #include <osgAL/SoundState> +#include <csp/csplib/util/undef.h> #include <cassert> |