X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Ffmsapp.h;h=810325d8a69f1c4515dc2307ffcbe895ca01c77c;hp=56b6125dff36e4852a583f9239b6a67868e5c95d;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hpb=4e96d123460d6363cf7274e36bd9357768eb86ad diff --git a/include/fmsapp.h b/include/fmsapp.h index 56b6125..810325d 100644 --- a/include/fmsapp.h +++ b/include/fmsapp.h @@ -2,13 +2,14 @@ #define _fmsapp_ #include "threadwrapper/threadedexecutor.h" +#include "ithreaddatabase.h" #include #include // main FMS application class -class FMSApp:public Poco::Util::ServerApplication +class FMSApp:public Poco::Util::ServerApplication,public IThreadDatabase { public: FMSApp();