Skip to content

Commit 89919a4

Browse files
add exception header
1 parent 3f44dce commit 89919a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/logic/fossil/io/error.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ const char *fossil_io_what(fossil_status_t error_code);
184184
#ifdef __cplusplus
185185
}
186186

187+
#include <exception>
188+
187189
/**
188190
* This namespace provides a set of functions for handling input and output operations.
189191
*/

0 commit comments

Comments
 (0)