OSDN Git Service

Add missing include.
[android-x86/system-core.git] / libmemunreachable / Tarjan.h
index dcd139a..2546341 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef LIBMEMUNREACHABLE_TARJAN_H_
 #define LIBMEMUNREACHABLE_TARJAN_H_
 
+#include <assert.h>
 #include <algorithm>
 
 #include "Allocator.h"