Skip to content

Commit

Permalink
reorganize binary utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 29, 2024
1 parent 5324a3d commit 193991c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/jsoncons/config/compiler_support.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <stdexcept>
#include <string>
#include <cstring> // std::memcpy
#include <limits> // std::numeric_limits

#if defined(__GNUC__)
# if defined(__GNUC_PATCHLEVEL__)
Expand Down
1 change: 0 additions & 1 deletion include/jsoncons/config/jsoncons_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <memory>
#include <stdexcept>
#include <type_traits> // std::enable_if
Expand Down

0 comments on commit 193991c

Please sign in to comment.