field-class.hpp: add missing #include
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 4 Mar 2022 15:08:18 +0000 (10:08 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I5dedb44d393fe318253f5912c032ad313fd1c455
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7495
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10757
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2/field-class.hpp

index 642aff780ea2909920820fb0dfc744367ab37e27..26183b445eaab6e74018722e77f24fd041d68bd9 100644 (file)
@@ -19,6 +19,7 @@
 #include "lib-error.hpp"
 #include "integer-range-set.hpp"
 #include "field-path.hpp"
+#include "value.hpp"
 
 namespace bt2 {
 
This page took 0.025869 seconds and 4 git commands to generate.