progschj / ThreadPool

A simple C++11 Thread Pool implementation
zlib License
7.64k stars 2.21k forks source link

should be `#include "ThreadPool.h"` in example.cpp #2

Closed jarrettchisholm closed 11 years ago

jarrettchisholm commented 11 years ago

In example.cpp, should be:

#include "ThreadPool.h"

instead of

#include "ThreadPoolWithFutures.h"

progschj commented 11 years ago

Whoops. fixed :)