Skip to content

Commit 6eef4dc

Browse files
committed
#include <sstream> fixes MSVC 2019 compilation error.
1 parent 62e5ad3 commit 6eef4dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/info_receiver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "cancellable_streambuf.h"
33
#include "inlet_connection.h"
44
#include <iostream>
5+
#include <sstream>
56
#include <memory>
67

78
lsl::info_receiver::info_receiver(inlet_connection &conn) : conn_(conn) {

0 commit comments

Comments
 (0)