Skip to content

Commit fd28c8c

Browse files
Add missing explicit include of <string>
It's unconditionally used in the type definition of rlbox_sandbox::func_ptr_map
1 parent f5eb778 commit fd28c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/include/rlbox_sandbox.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
#include <limits>
1212
#include <map>
1313
#include <mutex>
14+
#include <string>
1415
#ifndef RLBOX_USE_CUSTOM_SHARED_LOCK
1516
# include <shared_mutex>
1617
#endif
1718
#ifdef RLBOX_MEASURE_TRANSITION_TIMES
1819
# include <sstream>
19-
# include <string>
2020
#endif
2121
#include <stdint.h>
2222
#include <type_traits>

0 commit comments

Comments
 (0)