Skip to content

Commit

Permalink
ApiTracing: Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorian Eikenberg authored and rageagainsthepc committed Jan 3, 2024
1 parent 95184ae commit 70fe0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/apitracing/test/TracedProcess_UnitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace ApiTracing
.WillByDefault(
[]()
{
auto memoryRegions = std::make_unique<std::list<MemoryRegion>>();
auto memoryRegions = std::make_unique<std::vector<MemoryRegion>>();
memoryRegions->push_back(
createMemoryRegionDescriptor(kernelDllBase, defaultDllSize, kernelDllName));
memoryRegions->push_back(createMemoryRegionDescriptor(ntdllBase, defaultDllSize, ntdllDllName));
Expand Down

0 comments on commit 70fe0be

Please sign in to comment.