Spreadsheet: Compilation fixes for cherry-picked commits

This commit is contained in:
Chris Hennes
2021-12-16 14:07:30 -06:00
parent 68fca40983
commit 79cda0a1b7
3 changed files with 19 additions and 4 deletions

View File

@@ -30,11 +30,14 @@
#include "SpreadsheetDelegate.h"
#include "LineEdit.h"
#include <Base/Console.h>
#include <App/DocumentObject.h>
#include <Mod/Spreadsheet/App/Sheet.h>
#include <Gui/ExpressionCompleter.h>
#include "DlgBindSheet.h"
FC_LOG_LEVEL_INIT("Spreadsheet",true,true)
using namespace Spreadsheet;
using namespace SpreadsheetGui;