Skip to content

Commit

Permalink
Fix: Missing #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Aug 23, 2023
1 parent eb3f91d commit 1e86a31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c/usearch.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ extern "C" {
#else
#define USEARCH_EXPORT
#endif
#endif

#include <stdbool.h> // `bool`
#include <stdint.h> // `size_t`
Expand Down Expand Up @@ -216,4 +217,5 @@ USEARCH_EXPORT size_t usearch_rename(usearch_index_t, usearch_key_t from, usearc
#ifdef __cplusplus
}
#endif
#endif

#endif // UNUM_USEARCH_H

0 comments on commit 1e86a31

Please sign in to comment.