buildfix: Fix build break when cache support is turned off
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Mon, 20 Jul 2020 00:26:49 +0000 (09:26 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 20 Jul 2020 22:34:58 +0000 (07:34 +0900)
src/lottie/lottieloader.cpp

index 329c2eb..beda42b 100644 (file)
 
 #include "lottiemodel.h"
 
+using namespace rlottie::internal;
+
 #ifdef LOTTIE_CACHE_SUPPORT
 
 #include <mutex>
 #include <unordered_map>
 
-using namespace rlottie::internal;
-
 class ModelCache {
 public:
     static ModelCache &instance()