From 692ba09ef40c0cec66304678808db01e23e7b2ec Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Mon, 28 Oct 2013 23:49:08 -0700 Subject: [PATCH] include stdexcept --- hwacha/hwacha.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/hwacha/hwacha.cc b/hwacha/hwacha.cc index 74cbbcf..398fa28 100644 --- a/hwacha/hwacha.cc +++ b/hwacha/hwacha.cc @@ -2,6 +2,7 @@ #include "hwacha_xcpt.h" #include "mmu.h" #include "trap.h" +#include void ct_state_t::reset() { -- 2.30.2