Skip to content

Commit

Permalink
Add missing cctype include to src/cctz_fmt.cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
devbww committed Feb 16, 2016
1 parent 1cd301d commit 9d4de9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cctz_fmt.cc
Expand Up @@ -22,6 +22,7 @@
#include "src/cctz.h"
#include "src/cctz_if.h"

#include <cctype>
#include <chrono>
#include <cstdint>
#include <cstring>
Expand Down

0 comments on commit 9d4de9f

Please sign in to comment.