X Tutup
Skip to content

Commit eea0974

Browse files
author
Daniel Marjamäki
committed
fixed compiler errors
1 parent 7721083 commit eea0974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/threadexecutor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <errno.h>
3232
#include <time.h>
3333
#include <cstring>
34+
#include <sstream>
3435
#endif
3536

3637
ThreadExecutor::ThreadExecutor(const std::map<std::string, size_t> &files, Settings &settings, ErrorLogger &errorLogger)

0 commit comments

Comments
 (0)
X Tutup