Skip to content

Commit 237b886

Browse files
committed
Correct header #define
1 parent 8f01cec commit 237b886

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/simdjson/simdjson.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef SIMDJSON_ERR_H
2-
#define SIMDJSON_ERR_H
1+
#ifndef SIMDJSON_SIMDJSON_H
2+
#define SIMDJSON_SIMDJSON_H
33

44
#include <string>
55

@@ -41,4 +41,4 @@ enum ErrorValues {
4141
};
4242
const std::string &error_message(const int);
4343
} // namespace simdjson
44-
#endif
44+
#endif // SIMDJSON_SIMDJSON_H

0 commit comments

Comments
 (0)