X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Ftest_class.cpp;h=05a20c7a188466471b8a39370178b295eaa122da;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=83bde0b205bd1e8eb8ffc69ab63f09db1155b42f;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp index 83bde0b20..05a20c7a1 100644 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp +++ b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.cpp @@ -5,7 +5,7 @@ * */ -#include "test_class.h" +#include "test_class.hpp" test_class::test_class() { test_member = 1; }