Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c61d913

Browse files
authored
Update basic_types.cpp
Added missing include for std::setlocale. This fixes the following error in Visual Studio: https://ci.appveyor.com/project/facontidavide59577/behaviortree-cpp/build/job/d1ttd2w84nvnqo2e#L52
1 parent 0ab3895 commit c61d913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/basic_types.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "behaviortree_cpp_v3/basic_types.h"
22
#include <cstdlib>
33
#include <cstring>
4+
#include <clocale>
45

56
namespace BT
67
{

0 commit comments

Comments
 (0)