13 lines
370 B
Diff
13 lines
370 B
Diff
|
diff --git a/src/shogun/base/Parallel.cpp b/src/shogun/base/Parallel.cpp
|
||
|
index 78ba319..53ac6c0 100644
|
||
|
--- a/src/shogun/base/Parallel.cpp
|
||
|
+++ b/src/shogun/base/Parallel.cpp
|
||
|
@@ -12,6 +12,7 @@
|
||
|
#include <shogun/lib/RefCount.h>
|
||
|
#include <shogun/lib/config.h>
|
||
|
#include <shogun/lib/memory.h>
|
||
|
+#include <shogun/io/SGIO.h>
|
||
|
|
||
|
#ifdef HAVE_CXX11
|
||
|
#include <thread>
|