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:
authorvng <viktor.govako@gmail.com>2016-04-29 18:32:25 +0300
committerAlex Zolotarev <alex@maps.me>2016-05-01 10:28:03 +0300
commit892829b3017ac79526c8524caf0bf553d06d27ff (patch)
tree6fdb86d0ad038e0e48f6ff23dc735bc95cc21299 /indexer/categories_index.hpp
parent098a645f8b7010bfeea5b8e8e338d428f2d8540e (diff)
Fixed pragma once.
Diffstat (limited to 'indexer/categories_index.hpp')
-rw-r--r--indexer/categories_index.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/categories_index.hpp b/indexer/categories_index.hpp
index 5a9b860dc4..a95f1dc2c3 100644
--- a/indexer/categories_index.hpp
+++ b/indexer/categories_index.hpp
@@ -1,3 +1,5 @@
+#pragma once
+
#include "categories_holder.hpp"
#include "base/mem_trie.hpp"