Start moving stack-related stuff out of thread.h.
This was in preparation for implementing "SmartFrame", which is back on hold
while I finish finalization.
Change-Id: I006c9cfbc34520b9b0a72972611036d908a1d84b
diff --git a/src/calling_convention.h b/src/calling_convention.h
index de6cf37..b57fd4d 100644
--- a/src/calling_convention.h
+++ b/src/calling_convention.h
@@ -6,6 +6,7 @@
#include <vector>
#include "managed_register.h"
#include "object.h"
+#include "stack_indirect_reference_table.h"
#include "thread.h"
namespace art {