There was an error while loading. Please reload this page.
1 parent 8f01cec commit 237b886Copy full SHA for 237b886
1 file changed
include/simdjson/simdjson.h
@@ -1,5 +1,5 @@
1
-#ifndef SIMDJSON_ERR_H
2
-#define SIMDJSON_ERR_H
+#ifndef SIMDJSON_SIMDJSON_H
+#define SIMDJSON_SIMDJSON_H
3
4
#include <string>
5
@@ -41,4 +41,4 @@ enum ErrorValues {
41
};
42
const std::string &error_message(const int);
43
} // namespace simdjson
44
-#endif
+#endif // SIMDJSON_SIMDJSON_H
0 commit comments