Skip to content

Commit

Permalink
Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 authored Jan 9, 2021
1 parent 1a0c1f4 commit b8c52e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions widgets/disassemblerlistingview/disassemblercolumnview.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "disassemblercolumnview.h"
#include "../../themeprovider.h"
#include <QPainterPath>
#include <QPainter>

DisassemblerColumnView::DisassemblerColumnView(QWidget *parent) : QWidget(parent), m_disassembler(nullptr), m_first(-1), m_last(-1)
Expand Down

0 comments on commit b8c52e6

Please sign in to comment.