Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Aug 20, 2020
1 parent 92a448a commit 06895a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/fmt/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#ifndef FMT_CHRONO_H_
#define FMT_CHRONO_H_

#include <algorithm>
#include <chrono>
#include <cmath>
#include <ctime>
#include <locale>
#include <sstream>
Expand Down
1 change: 1 addition & 0 deletions include/fmt/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <cerrno>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <limits>
#include <memory>
#include <stdexcept>
Expand Down
2 changes: 2 additions & 0 deletions include/fmt/printf.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
#define FMT_PRINTF_H_

#include <algorithm> // std::max
#include <cstdint>
#include <limits> // std::numeric_limits
#include <string>

#include "ostream.h"

Expand Down

0 comments on commit 06895a7

Please sign in to comment.