]> Creatis software - cpPlugins.git/blobdiff - appli/examples/example_Test_async.cxx
Minor refactoring and errors solved
[cpPlugins.git] / appli / examples / example_Test_async.cxx
index e3cfd99f1d0d24dc5f9bba30c04fc7678396f54c..fcd54cf11ecf564ba8a5b6144f2b872e9d5ea40f 100644 (file)
@@ -1,8 +1,10 @@
 #include <future>
 #include <iostream>
+#include <vector>
 #ifdef WIN32
 #include <windows.h>
 #else
+#include <unistd.h>
 #endif
 
 #ifdef WIN32
@@ -73,4 +75,4 @@ int main() {
 
   return 0;
 
-}
\ No newline at end of file
+}