Browse Source

Fix for the cpp11.h header guard

Fix for the issue #27
master v3.0.1
Nemanja Trifunovic 5 years ago
parent
commit
a0a2d9d1e8
  1. 2
      source/utf8/cpp11.h

2
source/utf8/cpp11.h

@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE.
#ifndef UTF8_FOR_CPP_a184c22c_d012_11e8_a8d5_f2801f1b9fd1
#define UTF8_FOR_CPP_a184c22_cd012_11e8_a8d5_f2801f1b9fd1
#define UTF8_FOR_CPP_a184c22c_d012_11e8_a8d5_f2801f1b9fd1
#include "checked.h"
#include <string>

Loading…
Cancel
Save