Skip to content

Commit 026e5f6

Browse files
committed
include memory for unique_ptr2
1 parent 635999f commit 026e5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/common/logger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
#include <cstdint>
44
#include <iostream>
5-
#include <sstream>
65
#include <memory>
6+
#include <sstream>
77
#include <string>
88

99
// Some of the logic here has been cribbed from

0 commit comments

Comments
 (0)