Correct header #define

This commit is contained in:
John Keiser 2019-08-13 17:44:26 -07:00
parent 8f01cece3a
commit 237b8865f5
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef SIMDJSON_ERR_H #ifndef SIMDJSON_SIMDJSON_H
#define SIMDJSON_ERR_H #define SIMDJSON_SIMDJSON_H
#include <string> #include <string>
@ -41,4 +41,4 @@ enum ErrorValues {
}; };
const std::string &error_message(const int); const std::string &error_message(const int);
} // namespace simdjson } // namespace simdjson
#endif #endif // SIMDJSON_SIMDJSON_H