Index: branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
===================================================================
--- branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp	(revision 1277)
+++ branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp	(revision 1280)
@@ -49,6 +49,11 @@
 #include <time.h>
 #include <math.h>
-
 #include <deque>
+
+#if SVC_EXTENSION
+#include <limits.h>
+Bool TEncGOP::m_signalledVPS = false;
+#endif
+
 using namespace std;
 
@@ -57,7 +62,4 @@
 #endif
 
-#if SVC_EXTENSION
-Bool TEncGOP::m_signalledVPS = false;
-#endif
 
 //! \ingroup TLibEncoder
