Skip to content

Commit

Permalink
header include fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Jun 26, 2024
1 parent 8e2c318 commit bef87a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions colormap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
#include "infra/exception.h"
#include "infra/string.h"

#include <algorithm>
#include <cassert>
#include <cmath>


#include <unordered_map>

namespace inf {
Expand Down
1 change: 0 additions & 1 deletion include/infra/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "infra/typetraits-private.h"
#include "infra/typetraits.h"

#include <algorithm>
#include <cstdint>
#include <iterator>
#include <optional>
Expand Down
2 changes: 2 additions & 0 deletions string.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
#include "infra/cast.h"
#include "infra/exception.h"

#include <algorithm>
#include <cassert>
#include <cctype>


namespace inf::str {

template <typename CharT, typename Traits = std::char_traits<CharT>>
Expand Down

0 comments on commit bef87a2

Please sign in to comment.