Browse Source

Fixed build.

Branimir Karadžić 8 years ago
parent
commit
af5b77394b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      3rdparty/forsyth-too/forsythtriangleorderoptimizer.cpp

+ 1 - 1
3rdparty/forsyth-too/forsythtriangleorderoptimizer.cpp

@@ -14,10 +14,10 @@
 //  IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //-----------------------------------------------------------------------------
 
+#include <stdint.h>
 #include <assert.h>
 #include <math.h>
 #include <vector>
-#include <limits>
 #include <algorithm>
 
 namespace Forsyth