Browse Source

Merge pull request #1089 from gjasny/add-missing-header

generate_geocoding_data: Add missing header for std::isspace
pull/1104/merge
Andy Staudacher 10 years ago
parent
commit
4064ba40cb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tools/cpp/src/cpp-build/generate_geocoding_data.cc

+ 1
- 0
tools/cpp/src/cpp-build/generate_geocoding_data.cc View File

@ -20,6 +20,7 @@
#include <locale>
#include <sys/stat.h>
#include <algorithm>
#include <cctype>
#include <cmath>
#include <cstdio>
#include <cstring>


Loading…
Cancel
Save