Browse Source

Add missing header stdexcept in fspathedit

Fixes compilation error with MSVC 16.6
adaptive-webui-19844
jagannatharjun 5 years ago
parent
commit
971a21f306
  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