summaryrefslogtreecommitdiff
path: root/utils/regtools/qeditor/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/regtools/qeditor/backend.h')
-rw-r--r--utils/regtools/qeditor/backend.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/regtools/qeditor/backend.h b/utils/regtools/qeditor/backend.h
index b2f53c9ed5..934c1c359b 100644
--- a/utils/regtools/qeditor/backend.h
+++ b/utils/regtools/qeditor/backend.h
@@ -29,7 +29,11 @@
29#ifdef HAVE_HWSTUB 29#ifdef HAVE_HWSTUB
30#include "hwstub.h" 30#include "hwstub.h"
31#endif 31#endif
32#include "soc_desc.hpp" 32#include "soc_desc_v1.hpp"
33
34/* we don't want to import the entire soc_desc except for a few selected
35 * pieces */
36using namespace soc_desc_v1;
33 37
34class IoBackend : public QObject 38class IoBackend : public QObject
35{ 39{