diff options
Diffstat (limited to 'server/src/templatelist.h')
-rw-r--r-- | server/src/templatelist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/templatelist.h b/server/src/templatelist.h index bcf22f1..a037956 100644 --- a/server/src/templatelist.h +++ b/server/src/templatelist.h @@ -31,6 +31,8 @@ #include <map> #include <string> #include "versionstr.h" +#include "templatelist.h" +#include "mutex.h" #include "exception.h" @@ -66,6 +68,7 @@ public: std::string getLatestVersion(std::string templ) throw(Exception); private: + Mutex mutex; std::string templatepath; }; |