Skip to content

Commit b503cf0

Browse files
updated example
1 parent 9cbc0ab commit b503cf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/threadpool_cxx14.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// clang++ -std=c++14 -Wall -O3 -Ipath-to-taskflow threadpool_cxx14.cpp -o threadpool_cxx14
1515
// (for gcc, replace clang++ with g++)
1616

17-
#include <taskflow/threadpool/threadpool_cxx14.hpp>
17+
#include <taskflow/executor/threadpool_cxx14.hpp>
1818
#include <iostream>
1919
#include <random>
2020

0 commit comments

Comments
 (0)