Kaydet (Commit) d3bf2844 authored tarafından Caolán McNamara's avatar Caolán McNamara

placement new needs new header included

üst 36481d72
--- misc/graphite2-1.0.2/src/GlyphFace.cpp 2011-08-23 11:37:11.971472000 +0100
+++ misc/build/graphite2-1.0.2/src/GlyphFace.cpp 2011-08-23 11:38:13.979750400 +0100
@@ -25,6 +25,7 @@
of the License or (at your option) any later version.
*/
#include <iterator>
+#include <new>
#include "GlyphFace.h"
#include "XmlTraceLog.h"
#include "GlyphFaceCache.h"
...@@ -48,7 +48,8 @@ all: ...@@ -48,7 +48,8 @@ all:
TARFILE_NAME=graphite2-1.0.2 TARFILE_NAME=graphite2-1.0.2
TARFILE_MD5=3115c721f5cb7c464f01c2dddccfaba6 TARFILE_MD5=3115c721f5cb7c464f01c2dddccfaba6
PATCH_FILES= graphite2.patch \ PATCH_FILES= graphite2.patch \
graphite_make.patch graphite_make.patch \
graphite2.placementnew.patch
ADDITIONAL_FILES= \ ADDITIONAL_FILES= \
src/makefile.mk src/makefile.mk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment