File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
compiler-rt/lib/memprof/tests Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ set(MEMPROF_UNITTESTS
2323 rawprofile.cpp
2424 driver.cpp)
2525
26+ include_directories (../../../include )
27+
2628set (MEMPROF_UNIT_TEST_HEADERS
2729 ${MEMPROF_HEADERS} )
2830
Original file line number Diff line number Diff line change 11#include " memprof/memprof_rawprofile.h"
22
3+ #include < cstdint>
4+ #include < memory>
5+
36#include " memprof/memprof_meminfoblock.h"
7+ #include " profile/MemProfData.inc"
48#include " sanitizer_common/sanitizer_common.h"
59#include " sanitizer_common/sanitizer_procmaps.h"
610#include " sanitizer_common/sanitizer_stackdepot.h"
711#include " sanitizer_common/sanitizer_stacktrace.h"
812#include " gmock/gmock.h"
913#include " gtest/gtest.h"
1014
11- #include < memory>
12-
1315namespace {
1416
1517using ::__memprof::MemInfoBlock;
You can’t perform that action at this time.
0 commit comments