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