Skip to content

Commit

Permalink
Merge 08b379e into 38987dc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Mar 30, 2023
2 parents 38987dc + 08b379e commit 860e69d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libtiledbsoma/include/tiledbsoma/soma_array_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
* This declares the SOMAArrayReader
*/

#ifndef SOMA_READER
#define SOMA_READER
#ifndef SOMA_ARRAY_READER
#define SOMA_ARRAY_READER

#include <stdexcept> // for windows: error C2039: 'runtime_error': is not a member of 'std'

Expand Down Expand Up @@ -374,4 +374,4 @@ class SOMAArrayReader {

} // namespace tiledbsoma

#endif
#endif // SOMA_ARRAY_READER

0 comments on commit 860e69d

Please sign in to comment.