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  
    4747#include <map>
    4848#include <stdexcept>
    4949#include <iostream>
     50#include <clocale>
    5051
    5152
    5253extern "C" {
    5354  #include <pcre.h>
    54   #include <locale.h>
    5555}
    5656
    5757namespace pcrepp {