aboutsummaryrefslogtreecommitdiff
path: root/cpp/src/region_data_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/region_data_constants.h')
-rw-r--r--cpp/src/region_data_constants.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/region_data_constants.h b/cpp/src/region_data_constants.h
index 7a2c133..4159e72 100644
--- a/cpp/src/region_data_constants.h
+++ b/cpp/src/region_data_constants.h
@@ -15,6 +15,8 @@
#ifndef I18N_ADDRESSINPUT_REGION_DATA_CONSTANTS_H_
#define I18N_ADDRESSINPUT_REGION_DATA_CONSTANTS_H_
+#include <libaddressinput/util/basictypes.h>
+
#include <cstddef>
#include <string>
#include <vector>
@@ -29,6 +31,9 @@ class RegionDataConstants {
static const std::string& GetRegionData(const std::string& region_code);
static const std::string& GetDefaultRegionData();
static size_t GetMaxLookupKeyDepth(const std::string& region_code);
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(RegionDataConstants);
};
} // namespace addressinput