diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-03-20 12:30:27 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-03-20 12:30:29 +0100 |
| commit | 3811a5025ebc48fbbed30178d645872e3b543068 (patch) | |
| tree | caf6765dd0a9455891f14d2df42f164b56cfba13 /src/test/allocator_tests.cpp | |
| parent | Merge pull request #5149 (diff) | |
| parent | allocators: split allocators and pagelocker (diff) | |
| download | discoin-3811a5025ebc48fbbed30178d645872e3b543068.tar.xz discoin-3811a5025ebc48fbbed30178d645872e3b543068.zip | |
Merge #5810: MOVEONLY-ISH: allocators: split allocators and pagelocker
d7d187e allocators: split allocators and pagelocker (Cory Fields)
Diffstat (limited to 'src/test/allocator_tests.cpp')
| -rw-r--r-- | src/test/allocator_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/allocator_tests.cpp b/src/test/allocator_tests.cpp index d4df7b541..2108efece 100644 --- a/src/test/allocator_tests.cpp +++ b/src/test/allocator_tests.cpp @@ -4,7 +4,7 @@ #include "util.h" -#include "allocators.h" +#include "support/allocators/secure.h" #include "test/test_bitcoin.h" #include <boost/test/unit_test.hpp> |