commit | cbbd0563192e0c99f63f415d48d1f8634c5826fd | [log] [tgz] |
---|---|---|
author | Hans Wennborg <hans@chromium.org> | Mon Jul 27 13:35:35 2020 +0200 |
committer | Christopher Ferris <cferris@google.com> | Tue Jul 28 11:59:31 2020 -0700 |
tree | a41188d32093524eaf71382c6f46899cf7ec21bf | |
parent | d618cbf785b9238dcba307a5ceb54b6308dd0c59 [diff] |
Speculative build fix for scudo/standalone/tests/combined_test.cpp GitOrigin-RevId: 102997cd0edb127050553a33a902bd6621c2c184 Change-Id: I330473145cbc2fcbeedddadb63ca5ad7ba81d0d3
diff --git a/standalone/tests/combined_test.cpp b/standalone/tests/combined_test.cpp index b5035d0..c144ad0 100644 --- a/standalone/tests/combined_test.cpp +++ b/standalone/tests/combined_test.cpp
@@ -12,6 +12,7 @@ #include "combined.h" #include <condition_variable> +#include <memory> #include <mutex> #include <thread> #include <vector>