X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsCache.cpp;h=d50856389197f057675ebc910068d81ff7c34534;hb=99c5a46c68bd605c03d4e3a86811831ed7dd3d37;hp=d36de0fbe260257bf88627a8efffe74dd691bc69;hpb=20b45450f6abbeaceafebebc4aaacb692abf63f9;p=lyx.git diff --git a/src/graphics/GraphicsCache.cpp b/src/graphics/GraphicsCache.cpp index d36de0fbe2..d508563891 100644 --- a/src/graphics/GraphicsCache.cpp +++ b/src/graphics/GraphicsCache.cpp @@ -17,10 +17,11 @@ #include "Format.h" +#include "frontends/Application.h" + #include "support/debug.h" #include "support/FileName.h" #include "support/filetools.h" -#include "support/imagetools.h" #include @@ -74,7 +75,7 @@ vector const & Cache::loadableFormats() const Formats::const_iterator end = formats.end(); // The formats natively loadable. - vector nformat = loadableImageFormats(); + vector nformat = frontend::loadableImageFormats(); vector::const_iterator it = nformat.begin(); for (; it != nformat.end(); ++it) {