X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fpthreadwrapper.h;h=5bad5b55ffb056c8194cf9dafdbad9b842997b5e;hb=18b45335ba24f3b6b6d4f4acfe8c5a5ae845ce00;hp=0fc6afea9130dffcc60c765eea931a8ce4a4ff7f;hpb=c7fcb4c4bc5012a584add81a9509fc1f84c3c688;p=fms.git diff --git a/include/pthreadwrapper.h b/include/pthreadwrapper.h index 0fc6afe..5bad5b5 100644 --- a/include/pthreadwrapper.h +++ b/include/pthreadwrapper.h @@ -15,6 +15,7 @@ namespace PThread class Guard; class Runnable; class Thread; + class ThreadedExecutor; } // namespace @@ -23,6 +24,7 @@ namespace PThread #include "pthreadwrapper/guard.h" #include "pthreadwrapper/runnable.h" #include "pthreadwrapper/thread.h" +#include "pthreadwrapper/threadedexecutor.h" #include "pthreadwrapper/singleton.h" #endif // _pthread_wrapper_