Ticket #43726: patch-pcrexx.h.diff
File patch-pcrexx.h.diff, 309 bytes (added by jmroot (Joshua Root), 10 years ago) |
---|
-
libpcre++/pcre++.h
old new 47 47 #include <map> 48 48 #include <stdexcept> 49 49 #include <iostream> 50 #include <clocale> 50 51 51 52 52 53 extern "C" { 53 54 #include <pcre.h> 54 #include <locale.h>55 55 } 56 56 57 57 namespace pcrepp {