Skip to content

Commit

Permalink
fix for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ychclone committed Aug 29, 2020
1 parent 1967a3d commit c96452c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Display/CSearchTextEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#include <QFileInfo>
#include <QDir>

#ifdef Q_OS_WIN
#include <qt_windows.h>
#endif

#include "CSearchTextEdit.h"
#include "Model/CConfigManager.h"

Expand Down

0 comments on commit c96452c

Please sign in to comment.