Skip to content

Commit 6a98f83

Browse files
committed
Add missing include needed for Windows MSVC 2019
1 parent 70c0018 commit 6a98f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/forward.h

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

33
#include <boost/smart_ptr/intrusive_ptr.hpp>
44
#include <memory>
5+
#include <string>
56

67
namespace lslboost {
78
class thread;

0 commit comments

Comments
 (0)