Fix 1697727: workaround ffmpeg bug that requires libav* users to define __STDC_CONSTA...
[synfig.git] / synfig-core / trunk / src / modules / mod_openexr / mptr_openexr.cpp
index db53371..ce45664 100644 (file)
@@ -2,6 +2,8 @@
 /*!    \file mptr_openexr.cpp
 **     \brief ppm Target Module
 **
+**     $Id$
+**
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
@@ -30,7 +32,8 @@
 #endif
 
 #include "mptr_openexr.h"
-#include <synfig/synfig.h>
+#include <synfig/general.h>
+#include <synfig/surface.h>
 #include <ETL/stringf>
 #include <cstdio>
 #include <algorithm>
@@ -54,7 +57,7 @@ SYNFIG_IMPORTER_INIT(exr_mptr);
 SYNFIG_IMPORTER_SET_NAME(exr_mptr,"openexr");
 SYNFIG_IMPORTER_SET_EXT(exr_mptr,"exr");
 SYNFIG_IMPORTER_SET_VERSION(exr_mptr,"0.1");
-SYNFIG_IMPORTER_SET_CVS_ID(exr_mptr,"$Id: mptr_openexr.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $");
+SYNFIG_IMPORTER_SET_CVS_ID(exr_mptr,"$Id$");
 
 /* === M E T H O D S ======================================================= */