Updated re2 header

This commit is contained in:
Matt Hill
2015-07-21 18:28:58 -04:00
parent acf4359a66
commit b8456987d0
8 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
// Originally the PCRE C++ wrapper, but adapted to use
// the new automata-based regular expression engines.
#include "re2/re2.h"
#include "re2.h"
#include <stdio.h>
#include <string>