Browse Source

Add missing include (#2561)

pull/2585/head
Joel Linn 5 years ago
committed by GitHub
parent
commit
ad5148ad29
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cpp/src/phonenumbers/phonenumbermatcher.cc

+ 1
- 0
cpp/src/phonenumbers/phonenumbermatcher.cc View File

@ -29,6 +29,7 @@
#include <stddef.h> #include <stddef.h>
#include <limits> #include <limits>
#include <map> #include <map>
#include <memory>
#include <string> #include <string>
#include <utility> #include <utility>
#include <vector> #include <vector>


Loading…
Cancel
Save