summaryrefslogtreecommitdiff
path: root/src/arch/x86/emulenv.cc
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2008-10-10 10:15:00 -0700
committerNathan Binkert <nate@binkert.org>2008-10-10 10:15:00 -0700
commit5586b1539baf6dd9029473a4ec1596a9fc8b7765 (patch)
tree9c979471aa7c852c6d819431ae53536364008497 /src/arch/x86/emulenv.cc
parent94b08bed07d13106381a0bb692bf0d879c5353d4 (diff)
downloadgem5-5586b1539baf6dd9029473a4ec1596a9fc8b7765.tar.xz
misc: remove #include <cassert> from misc.hh since not everyone needs it.
Diffstat (limited to 'src/arch/x86/emulenv.cc')
-rw-r--r--src/arch/x86/emulenv.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/emulenv.cc b/src/arch/x86/emulenv.cc
index 142e233db..30ed80942 100644
--- a/src/arch/x86/emulenv.cc
+++ b/src/arch/x86/emulenv.cc
@@ -55,6 +55,8 @@
* Authors: Gabe Black
*/
+#include <cassert>
+
#include "arch/x86/emulenv.hh"
#include "base/misc.hh"