comparison src/Modules/Output/Graphics/Devices/GraphicsOutputDeviceMovie.h @ 602:256caa099e32

Changes to allow compilation on Ubuntu 12.10.
author sness@sness.net
date Fri, 19 Apr 2013 00:26:23 +0000
parents d3968c3149b0
children
comparison
equal deleted inserted replaced
601:d838de2ce1b1 602:256caa099e32
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 /*!