Skip to content

Commit 52dad84

Browse files
committed
fix: reorder includes in sqliteException.hpp to fix macOS compilation
1 parent 5522703 commit 52dad84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/database/sqliteException.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#pragma once
2424

25+
#include <string>
2526
#include <stdexcept>
2627

2728
/// @brief A custom exception handler for the loading function used by the mud.

0 commit comments

Comments
 (0)