Changeset 1280 in SHVCSoftware


Ignore:
Timestamp:
16 Jul 2015, 03:53:59 (9 years ago)
Author:
seregin
Message:

include back limits.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1277 r1280  
    4949#include <time.h>
    5050#include <math.h>
    51 
    5251#include <deque>
     52
     53#if SVC_EXTENSION
     54#include <limits.h>
     55Bool TEncGOP::m_signalledVPS = false;
     56#endif
     57
    5358using namespace std;
    5459
     
    5762#endif
    5863
    59 #if SVC_EXTENSION
    60 Bool TEncGOP::m_signalledVPS = false;
    61 #endif
    6264
    6365//! \ingroup TLibEncoder
Note: See TracChangeset for help on using the changeset viewer.