X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FImage.cc;h=ba177699bba31d0addf6918e64f32e2e634e245c;hp=31d6b0287926e38e35f7fc51c58be55571cfdba5;hb=987971a961454d97082c6448fdc0bbeb540281bb;hpb=be9ebc1104574e5e81e19c5caba0c23b54df826d diff --git a/src/Moof/Image.cc b/src/Moof/Image.cc index 31d6b02..ba17769 100644 --- a/src/Moof/Image.cc +++ b/src/Moof/Image.cc @@ -32,6 +32,8 @@ #include #include +#include "Core.hh" +#include "Error.hh" #include "Image.hh" #include "Library.hh" #include "Log.hh" @@ -98,6 +100,8 @@ public: private: + Backend mBackend; + bool init(const std::string& filePath, bool flipped) { logInfo("opening image file...");