# HG changeset patch # User sness@sness.net # Date 1366331183 0 # Node ID 256caa099e32ee1694c9a72da54f2fd4744e3f3b # Parent d838de2ce1b18e60c5ff6deecc073f5dbf3ce2de Changes to allow compilation on Ubuntu 12.10. diff -r d838de2ce1b1 -r 256caa099e32 src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h --- a/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h Tue Apr 02 08:38:23 2013 +0000 +++ b/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 d838de2ce1b1 -r 256caa099e32 src/Support/SimpleIni.h --- a/src/Support/SimpleIni.h Tue Apr 02 08:38:23 2013 +0000 +++ b/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; }