diff options
| author | Christopher Ferris <cferris@google.com> | 2019-06-12 16:10:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-06-12 16:10:10 +0000 |
| commit | 5fb660930c97e2e6defb7ae4936d69ca41fa47f0 (patch) | |
| tree | c3152eb0324322316414bba8c79b0e0c38fbebb6 /libunwindstack/tests/MemoryLocalTest.cpp | |
| parent | 210b56e9a889cac86f70b8192ca049719cd5b43a (diff) | |
| parent | 6b95a0e9993ac6563476b0489c1ef982f8412f21 (diff) | |
Merge "Internalize subclasses of Memory"
Diffstat (limited to 'libunwindstack/tests/MemoryLocalTest.cpp')
| -rw-r--r-- | libunwindstack/tests/MemoryLocalTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwindstack/tests/MemoryLocalTest.cpp b/libunwindstack/tests/MemoryLocalTest.cpp index 5a389d0a91..c9e5dc0fd7 100644 --- a/libunwindstack/tests/MemoryLocalTest.cpp +++ b/libunwindstack/tests/MemoryLocalTest.cpp @@ -22,7 +22,7 @@ #include <gtest/gtest.h> -#include <unwindstack/Memory.h> +#include "MemoryLocal.h" namespace unwindstack { |
