From b1851a4ad037f193a01f8700d52269e093eed35f Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 14 May 2020 18:26:08 +0000 Subject: Issue #80 - de-unify and fix up gfx/graphite2 With de-unified building we have to re-apply the fix-up for , and additionally the same for to prevent the compiler picking the wrong versions of standard functions. --- gfx/graphite2/src/call_machine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gfx/graphite2/src/call_machine.cpp') diff --git a/gfx/graphite2/src/call_machine.cpp b/gfx/graphite2/src/call_machine.cpp index 09c2038c4..0afe9191e 100644 --- a/gfx/graphite2/src/call_machine.cpp +++ b/gfx/graphite2/src/call_machine.cpp @@ -33,7 +33,7 @@ of the License or (at your option) any later version. // opcodes) but is slower that the direct threaded interpreter by a factor of 2 #include -#include +#include #include #include "inc/Machine.h" #include "inc/Segment.h" -- cgit v1.2.3