6ad4887547
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/bpftrace.git#5b1b0ed06f26039512c5adc1a4cb49f8ddee6fdd
13 lines
226 B
Diff
13 lines
226 B
Diff
diff --git a/src/parser.yy b/src/parser.yy
|
|
index 53293c5..3dbbd05 100644
|
|
--- a/src/parser.yy
|
|
+++ b/src/parser.yy
|
|
@@ -18,6 +18,7 @@
|
|
%code requires
|
|
{
|
|
#include <regex>
|
|
+#include <limits>
|
|
|
|
namespace bpftrace {
|
|
class Driver;
|