freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master 5a2dc4f 13/13: * src/ftinspect.cpp: Don't inclu


From: Werner LEMBERG
Subject: [freetype2-demos] master 5a2dc4f 13/13: * src/ftinspect.cpp: Don't include `cstdint', which is C++11.
Date: Thu, 11 May 2017 15:26:25 -0400 (EDT)

branch: master
commit 5a2dc4f9498ce248d225ff4d549d78f1b496a9b1
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    * src/ftinspect.cpp: Don't include `cstdint', which is C++11.
    
    Right now, we still want to be able to compile with older C++
    compilers.
---
 ChangeLog         | 7 +++++++
 src/ftinspect.cpp | 1 -
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bc34941..a78cfef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2017-05-11  Werner Lemberg  <address@hidden>
+
+       * src/ftinspect.cpp: Don't include `cstdint', which is C++11.
+
+       Right now, we still want to be able to compile with older C++
+       compilers.
+
 2017-05-11  Philipp Kerling  <address@hidden>
 
        [ftinspect] Check glyph index before discarding sign.
diff --git a/src/ftinspect.cpp b/src/ftinspect.cpp
index 4f93ef5..1d8364e 100644
--- a/src/ftinspect.cpp
+++ b/src/ftinspect.cpp
@@ -5,7 +5,6 @@
 #include "ftinspect.h"
 
 #include <stdint.h>
-#include <cstdint>
 #include <cmath>
 #include <limits>
 #include <stdexcept>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]