summaryrefslogtreecommitdiff
path: root/src/base/cprintf_formats.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2008-09-19 09:11:43 -0700
committerNathan Binkert <nate@binkert.org>2008-09-19 09:11:43 -0700
commitbefae3c0b025593657e52ba24c872184d17be132 (patch)
tree788b647c8fe6a27b5f3b14e34b122edb798fb8e3 /src/base/cprintf_formats.hh
parentea83cedcf625c35ddc6fe6b9390cdd1cca6b2039 (diff)
downloadgem5-befae3c0b025593657e52ba24c872184d17be132.tar.xz
Use the proper version of C++ headers
Diffstat (limited to 'src/base/cprintf_formats.hh')
-rw-r--r--src/base/cprintf_formats.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/cprintf_formats.hh b/src/base/cprintf_formats.hh
index 4e8b2b09e..75157a540 100644
--- a/src/base/cprintf_formats.hh
+++ b/src/base/cprintf_formats.hh
@@ -31,8 +31,9 @@
#ifndef __BASE_CPRINTF_FORMATS_HH__
#define __BASE_CPRINTF_FORMATS_HH__
-#include <sstream>
+#include <cstring>
#include <ostream>
+#include <sstream>
namespace cp {