From: Carl Hetherington Date: Fri, 12 Aug 2016 11:36:56 +0000 (+0100) Subject: Another missing include. X-Git-Tag: v2.9.11~17 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=80cb87b94c1a6ddb814aed086bd077c1aed9ff7b;ds=sidebyside Another missing include. --- diff --git a/src/lib/encoded_log_entry.cc b/src/lib/encoded_log_entry.cc index e8d436305..2da84dacd 100644 --- a/src/lib/encoded_log_entry.cc +++ b/src/lib/encoded_log_entry.cc @@ -19,6 +19,7 @@ */ #include "encoded_log_entry.h" +#include using std::string;