X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fupdate_checker.cc;h=8aeca030bf79f8ba4a7a599ebcce4bf1e11bda88;hp=6c1217f860b318266e84beb7208e13c07375438a;hb=73654117144c6de0ec4efe39ddc88485df546cc9;hpb=b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f diff --git a/src/lib/update_checker.cc b/src/lib/update_checker.cc index 6c1217f86..8aeca030b 100644 --- a/src/lib/update_checker.cc +++ b/src/lib/update_checker.cc @@ -21,7 +21,7 @@ #include "update_checker.h" #include "version.h" #include "util.h" -#include "raw_convert.h" +#include #include #include #include @@ -36,6 +36,7 @@ using std::string; using std::vector; using boost::is_any_of; using boost::ends_with; +using dcp::raw_convert; /** Singleton instance */ UpdateChecker* UpdateChecker::_instance = 0;