Skip to content

Commit

Permalink
fix(userspace/libsinsp): explicitly include <cstdint> to fix build wi…
Browse files Browse the repository at this point in the history
…th gcc-15

Signed-off-by: Holger Hoffstätte <[email protected]>
  • Loading branch information
hhoffstaette authored and poiana committed Aug 20, 2024
1 parent df21b63 commit 9d76298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/libsinsp/filter/ast.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ limitations under the License.

#pragma once

#include <cstdint>
#include <vector>
#include <string>
#include <algorithm>
Expand Down

0 comments on commit 9d76298

Please sign in to comment.