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