# HG changeset patch # User sness@sness.net # Date 1366331183 0 # Node ID c14c83f3d5d6fe531c0c7e7872866dc027e3f8cd # Parent b8a27b613867780125810ce7fcf44c8fdd3d7e67 Changes to allow compilation on Ubuntu 12.10. diff -r b8a27b613867 -r c14c83f3d5d6 trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h --- a/trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h Tue Apr 02 08:38:23 2013 +0000 +++ b/trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h Fri Apr 19 00:26:23 2013 +0000 @@ -28,6 +28,7 @@ #define __GRAPHICS_OUTPUT_DEVICE_MOVIE_H__ #include +#include #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h" namespace aimc { diff -r b8a27b613867 -r c14c83f3d5d6 trunk/src/Support/SimpleIni.h --- a/trunk/src/Support/SimpleIni.h Tue Apr 02 08:38:23 2013 +0000 +++ b/trunk/src/Support/SimpleIni.h Fri Apr 19 00:26:23 2013 +0000 @@ -418,7 +418,7 @@ return *this; } bool ConvertToStore(const SI_CHAR * a_pszString) { - size_t uLen = SizeToStore(a_pszString); + size_t uLen = this->SizeToStore(a_pszString); if (uLen == (size_t)(-1)) { return false; }