Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-09-30 02:38:27 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-30 10:50:59 +0300
commita2682a0b2aab96a132df61f22c983ace6a37c62f (patch)
tree571ea2cbedf232f2adb9899fd39f6b00062276cd /drape/symbols_texture.cpp
parent89dd44483011719394ff0400dfdb98451e6d400b (diff)
Moved 3party sources to 3party folder for easier support.
Diffstat (limited to 'drape/symbols_texture.cpp')
-rw-r--r--drape/symbols_texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/symbols_texture.cpp b/drape/symbols_texture.cpp
index 6197255d65..f8f2434c86 100644
--- a/drape/symbols_texture.cpp
+++ b/drape/symbols_texture.cpp
@@ -1,5 +1,5 @@
#include "drape/symbols_texture.hpp"
-#include "drape/utils/stb_image.h"
+#include "3party/stb_image/stb_image.h"
#include "platform/platform.hpp"