summaryrefslogtreecommitdiff
path: root/src/python/pybind11/event.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/pybind11/event.cc')
-rw-r--r--src/python/pybind11/event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pybind11/event.cc b/src/python/pybind11/event.cc
index 88ee6996a..d2d78fe72 100644
--- a/src/python/pybind11/event.cc
+++ b/src/python/pybind11/event.cc
@@ -46,7 +46,7 @@
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
-#include "base/misc.hh"
+#include "base/logging.hh"
#include "sim/eventq.hh"
#include "sim/sim_events.hh"
#include "sim/sim_exit.hh"