aboutsummaryrefslogtreecommitdiff
path: root/src/sc_export2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_export2.cc')
-rw-r--r--src/sc_export2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_export2.cc b/src/sc_export2.cc
index c5905bc..42381d2 100644
--- a/src/sc_export2.cc
+++ b/src/sc_export2.cc
@@ -1,5 +1,5 @@
#include <systemc>
-#include "utils.h"
+#include "utils/log.h"
// This file gives an example on how to define an own interface and use that
// interface to communicate between two sc_modules.