Browse Source

Merge pull request #12874 from jagannatharjun/fix-compile

Fix compilation error with MSVC 16.6
adaptive-webui-19844
Vladimir Golovnev 5 years ago committed by GitHub
parent
commit
a1faef0a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/gui/fspathedit.cpp

1
src/gui/fspathedit.cpp

@ -29,6 +29,7 @@ @@ -29,6 +29,7 @@
#include "fspathedit.h"
#include <memory>
#include <stdexcept>
#include <QAction>
#include <QApplication>

Loading…
Cancel
Save