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
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/logging.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/logging.hpp b/base/logging.hpp
index 2bbcbd75e8..10fdf9502c 100644
--- a/base/logging.hpp
+++ b/base/logging.hpp
@@ -70,6 +70,7 @@ using ::my::LINFO;
using ::my::LWARNING;
using ::my::LERROR;
using ::my::LCRITICAL;
+using ::my::NUM_LOG_LEVELS;
// Logging macro.
// Example usage: LOG(LINFO, (Calc(), m_Var, "Some string constant"));