Skip to content

Commit e8bb205

Browse files
authored
missing include
1 parent eec4c11 commit e8bb205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/popsift/common/debug_macros.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include <iostream>
1616
#include <stdexcept>
1717
#include <string>
18+
#include <sstream>
1819

1920
// synchronize device and check for an error
2021
void pop_sync_check_last_error( const char* file, size_t line );

0 commit comments

Comments
 (0)