Skip to content

Commit d5c4e7b

Browse files
committed
add algorithm include in chuck_dl (windows)
1 parent 6940eda commit d5c4e7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/chuck_dl.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -3071,6 +3071,8 @@ Chuck_VM_Shred * CK_DLL_CALL ck_shred_parent( Chuck_VM_Shred * shred )
30713071
//-----------------------------------------------------------------------------
30723072
#if defined(__PLATFORM_WINDOWS__)
30733073
#include <system_error> // std::system_category() | 1.5.1.5
3074+
#include <algorithm> // std::replace() | 1.5.4.5
3075+
30743076
extern "C"
30753077
{
30763078

0 commit comments

Comments
 (0)