Build fix: missing cstdlib include in filter-ir.hpp
[lttng-tools.git] / src / common / filter / filter-ir.hpp
index 068d3aa5c4e5920437ed5c5b61149b046b7efbd7..958f4e90234aa1ad4100e40b4a4fa9c09863172e 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "filter-ast.hpp"
 
+#include <cstdlib>
+
 enum ir_op_signedness {
        IR_SIGN_UNKNOWN = 0,
        IR_SIGNED,
This page took 0.022273 seconds and 4 git commands to generate.