Ticket #58379: patch-lyx-applescriptproxy-add-stringh-stdlib-macportslibstdcpp.diff

File patch-lyx-applescriptproxy-add-stringh-stdlib-macportslibstdcpp.diff, 287 bytes (added by kencu (Ken), 5 years ago)

trivial patch to apply to non-libc++ builds

  • src/support/AppleScriptProxy.cpp

    old new  
    2323#include "support/debug.h"
    2424
    2525#include <stdlib.h>
     26#include <string.h>
    2627
    2728using namespace std;
    2829using namespace lyx;