comparison trunk/src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h @ 613:c14c83f3d5d6

Changes to allow compilation on Ubuntu 12.10.
author sness@sness.net
date Fri, 19 Apr 2013 00:26:23 +0000
parents b6d5c0cc1849
children
comparison
equal deleted inserted replaced
612:b8a27b613867 613:c14c83f3d5d6
26 26
27 #ifndef __GRAPHICS_OUTPUT_DEVICE_MOVIE_H__ 27 #ifndef __GRAPHICS_OUTPUT_DEVICE_MOVIE_H__
28 #define __GRAPHICS_OUTPUT_DEVICE_MOVIE_H__ 28 #define __GRAPHICS_OUTPUT_DEVICE_MOVIE_H__
29 29
30 #include <string> 30 #include <string>
31 #include <unistd.h>
31 #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h" 32 #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h"
32 33
33 namespace aimc { 34 namespace aimc {
34 35
35 /*! 36 /*!