diff 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
line wrap: on
line diff
--- 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 <string>
+#include <unistd.h>
 #include "Modules/Output/Graphics/Devices/GraphicsOutputDeviceCairo.h"
 
 namespace aimc {