From 60d2bc7548eee2a20abc3be51a4400bd98681402 Mon Sep 17 00:00:00 2001
From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org>
Date: Thu, 29 Jan 2009 19:19:11 +0800
Subject: [PATCH] COMP: applying modification from Patrick Imbo for compilation
 for VC9.0

---
 Code/IO/otbMetaDataKey.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Code/IO/otbMetaDataKey.h b/Code/IO/otbMetaDataKey.h
index 66c34f12c0..f3b228280a 100644
--- a/Code/IO/otbMetaDataKey.h
+++ b/Code/IO/otbMetaDataKey.h
@@ -22,12 +22,14 @@
 #pragma warning ( disable : 4786 )
 #endif
 
-#include "gdal.h"
-#include "itkDataObject.h"
 #include <iostream>
 #include <string>
 #include <vector>
 
+#include "itkDataObject.h"
+#include "gdal.h"
+
+
 namespace otb
 {
 /** \class MetaDataKey
-- 
GitLab