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>2015-06-24 19:31:07 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:34 +0300
commit9041b8bb69d2b94956cf847e508b9c1ad8c5f190 (patch)
tree22f0cce3a8bd7ba9669d3dd3916c72593a466f73 /std/cstdint.hpp
parentd7dfd870746a3e89ade642fd7d2605e753bbdafd (diff)
Review fixes.
Diffstat (limited to 'std/cstdint.hpp')
-rw-r--r--std/cstdint.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/cstdint.hpp b/std/cstdint.hpp
index 0e37c1b477..724ef01c02 100644
--- a/std/cstdint.hpp
+++ b/std/cstdint.hpp
@@ -5,6 +5,8 @@
#endif
#include <cstdint>
+#include <cstddef>
+
using std::int8_t;
using std::uint8_t;
using std::int16_t;
@@ -13,8 +15,6 @@ using std::int32_t;
using std::uint32_t;
using std::int64_t;
using std::uint64_t;
-
-#include <cstddef>
using std::size_t;
#ifdef DEBUG_NEW