Updated ru_RU translation from Igor Voytovich.
[dcpomatic.git] / src / lib / log_entry.h
index 29c7090857b0a096e4865fee4ac6c0d36e6f3788..4eb9c7f333bab943a4ddefc80a08cf77195c3096 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef DCPOMATIC_LOG_ENTRY_H
 #define DCPOMATIC_LOG_ENTRY_H
 
+#include <sys/time.h>
 #include <string>
 
 class LogEntry
@@ -32,8 +33,10 @@ public:
        static const int TYPE_DEBUG_DECODE;
        static const int TYPE_DEBUG_ENCODE;
        static const int TYPE_TIMING;
+       static const int TYPE_DEBUG_EMAIL;
 
        LogEntry (int type);
+       virtual ~LogEntry () {}
 
        virtual std::string message () const = 0;