Skip to content

Commit

Permalink
fix: build failed on low version
Browse files Browse the repository at this point in the history
Log:
Change-Id: I66010ba21e6945306d94608a69d6580f0e0d58ee
  • Loading branch information
deepin-mozart committed Apr 2, 2024
1 parent 46e4339 commit 1047ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
#include "codecompletionview.h"

#include <DGuiApplicationHelper>
#ifdef DTKWIDGET_CLASS_DPaletteHelper
#include <DPaletteHelper>
#endif

#include <QApplication>
#include <QTextLayout>
Expand Down
1 change: 1 addition & 0 deletions src/plugins/debugger/dap/dapdebugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <QDBusMessage>
#include <QFileInfo>
#include <QAtomicInt>
#include <QApplication>

#define PER_WAIT_MSEC (1000)
#define MAX_WAIT_TIMES (10)
Expand Down

0 comments on commit 1047ec8

Please sign in to comment.