Skip to content
Snippets Groups Projects

Add missing include, fixes build without python

Merged Martin Heistermann requested to merge fix-build-without-python into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -44,6 +44,7 @@
#pragma once
#include "ui_pythonWidget.h"
#include "OpenFlipper/BasePlugin/LoggingInterface.hh"
class PythonWidget : public QMainWindow, public Ui::PythonWidget
Loading