Chromium Code Reviews| Index: runtime/vm/gdbjit_android.h |
| diff --git a/runtime/vm/gdbjit_android.h b/runtime/vm/gdbjit_android.h |
| index 82c7070c36a669b15a83b0e14c122ec212573dc9..f2cd1ba3a54330f6cd04cc11000b92d6f008ed18 100644 |
| --- a/runtime/vm/gdbjit_android.h |
| +++ b/runtime/vm/gdbjit_android.h |
| @@ -5,6 +5,8 @@ |
| #ifndef VM_GDBJIT_ANDROID_H_ |
| #define VM_GDBJIT_ANDROID_H_ |
| +#include <stdint.h> |
| + |
| extern "C" { |
| void addDynamicSection(const char* symfile_addr, uint64_t symfile_size); |
| void deleteDynamicSections(); |