From 621382a89951bb32c6db60221cc7866cd1662e27 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 6 Dec 2011 05:21:30 +0000 Subject: [PATCH] Ethumb: fix future compilation on Windows SVN revision: 65940 --- legacy/ethumb/src/lib/Ethumb_Plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ethumb/src/lib/Ethumb_Plugin.h b/legacy/ethumb/src/lib/Ethumb_Plugin.h index b70272c8b8..6dda23b390 100644 --- a/legacy/ethumb/src/lib/Ethumb_Plugin.h +++ b/legacy/ethumb/src/lib/Ethumb_Plugin.h @@ -1,9 +1,9 @@ #ifndef _ETHUMB_PLUGIN_H_ #define _ETHUMB_PLUGIN_H_ -#include #include #include +#include typedef struct _Ethumb_Plugin Ethumb_Plugin;