Templatise TimePeriod and add DCPTimePeriod.
[dcpomatic.git] / src / lib / server_description.h
index b0a1a538e70f0bd68a322c175cd661393ac3a9bf..35d2df35601d5f01297e0fd3a14b99896f4639a6 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef DCPOMATIC_SERVER_DESCRIPTION_H
+#define DCPOMATIC_SERVER_DESCRIPTION_H
+
 /** @class ServerDescription
  *  @brief Class to describe a server to which we can send encoding work.
  */
@@ -62,3 +65,5 @@ private:
        /** number of threads to use on the server */
        int _threads;
 };
+
+#endif