Skip to content

Commit

Permalink
Merge pull request #246 from avast/fix-gcc13-build
Browse files Browse the repository at this point in the history
Fix gcc-13 compilation
  • Loading branch information
metthal committed Apr 27, 2023
2 parents 1d45f3c + b8a4cdd commit aa06dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/yaramod/types/literal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#pragma once

#include <cassert>
#include <cstdint>
#include <iterator>
#include <memory>
#include <optional>
Expand Down
1 change: 1 addition & 0 deletions src/utils/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <algorithm>
#include <cctype>
#include <cstdint>
#include <iomanip>
#include <locale>
#include <optional>
Expand Down

0 comments on commit aa06dd4

Please sign in to comment.