Skip to content

Commit

Permalink
common: include cstring in Util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed May 29, 2024
1 parent e8077d6 commit 5164507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define COMMON_UTIL_H_

#include <algorithm>
#include <cstring>
#include <memory>
#include <tuple>
#include <type_traits>
Expand Down

0 comments on commit 5164507

Please sign in to comment.