sim: Add a missing include to sim/syscall_abi.hh.
authorGabe Black <gabe.black@gmail.com>
Tue, 27 Oct 2020 01:29:47 +0000 (18:29 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 27 Oct 2020 23:41:59 +0000 (23:41 +0000)
This must have been included indirectly in the past.

Change-Id: I8be3a11ca386e420f04d57e51a89c47e6a747e18
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36616
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/sim/syscall_abi.hh

index 529160868da2ce6138c36344d104dac4a933834f..984f0e0252a7c4d6fcec9cb0395d7c203f5ea62d 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef __SIM_SYSCALL_ABI_HH__
 #define __SIM_SYSCALL_ABI_HH__
 
+#include "base/bitfield.hh"
 #include "base/types.hh"
 #include "cpu/thread_context.hh"
 #include "sim/guest_abi.hh"