Skip to content

Commit

Permalink
Fix error building with clang compilers (#160)
Browse files Browse the repository at this point in the history
Some versions of clang report an error `error: implicit instantiation of
undefined template` (macos and envoy ci).
I haven't figured out the exact compiler and options though - no error
using clang from LLVM repos. That mystery can be figured out later.
  • Loading branch information
cgilmour authored Jan 26, 2021
1 parent c827956 commit c04df98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bool.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <string>
#include <unordered_map>

namespace datadog {
Expand Down

0 comments on commit c04df98

Please sign in to comment.