commit | 1b4c6585ff313c673d7384e51508c2dc8762a6df | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Sep 22 22:52:57 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 22 22:52:57 2016 +0000 |
tree | c1c170550c07774b82213ce2844420965668f12c | |
parent | e349e7a6a71ede621269a96a52b0765cac26de8e [diff] | |
parent | 8256443b690b1cd9e108a9fa41d075c9ac834f7b [diff] |
Merge "Add missing include." am: 55123dfa39 am: a8b88e1de7 am: 6f6d2eea16 Change-Id: I498d31c4bb52cd1fba606805000c4bd128708fba
diff --git a/libmemunreachable/Tarjan.h b/libmemunreachable/Tarjan.h index dcd139a..2546341 100644 --- a/libmemunreachable/Tarjan.h +++ b/libmemunreachable/Tarjan.h
@@ -19,6 +19,7 @@ #ifndef LIBMEMUNREACHABLE_TARJAN_H_ #define LIBMEMUNREACHABLE_TARJAN_H_ +#include <assert.h> #include <algorithm> #include "Allocator.h"