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 b07afe9 commit 5324a3d
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 @@ -12,6 +12,7 @@
#include <ostream>
#include <stdexcept>
#include <string>
#include <cstring> // std::memcpy

#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 <cstring> // std::memcpy
#include <limits>
#include <memory>
#include <stdexcept>
Expand Down

0 comments on commit 5324a3d

Please sign in to comment.