diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-12 16:17:49 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-12 18:07:36 +0300 |
commit | c6eb4afe0ebdabfd436a80adf8af505779859404 (patch) | |
tree | e3a2b7f27d3489dd0bb6eeb4169f26dc24289244 /test/util | |
parent | 37046938dae87e99fddbc73573fae32c683c616d (diff) | |
download | qtlocation-mapboxgl-c6eb4afe0ebdabfd436a80adf8af505779859404.tar.gz |
[tidy] modernize-deprecated-headers
Diffstat (limited to 'test/util')
-rw-r--r-- | test/util/memory.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/memory.test.cpp b/test/util/memory.test.cpp index 065d024bef..f824ba30ca 100644 --- a/test/util/memory.test.cpp +++ b/test/util/memory.test.cpp @@ -17,7 +17,7 @@ #include <unordered_map> #include <utility> -#include <stdlib.h> +#include <cstdlib> #include <unistd.h> using namespace mbgl; |