base: Fix gpu-compute output stream creation
[gem5.git] / src / cpu / quiesce_event.cc
index 79068985bea9e293311b471e740f91dab29c2066..d5c3fe240208a53ac54977433f070a7b2747e3cf 100644 (file)
@@ -31,6 +31,7 @@
 #include "cpu/base.hh"
 #include "cpu/quiesce_event.hh"
 #include "cpu/thread_context.hh"
+#include "debug/Quiesce.hh"
 
 EndQuiesceEvent::EndQuiesceEvent(ThreadContext *_tc)
     : tc(_tc)