Use ads forward declares in RiuMainWindowBase

This commit is contained in:
Magne Sjaastad
2023-02-02 07:41:45 +01:00
parent cc21e2f3b4
commit 349c88bfeb
7 changed files with 17 additions and 1 deletions

View File

@@ -105,6 +105,8 @@
#include "RiuRecentFileActionProvider.h"
#include "RiuViewer.h"
#include "DockManager.h"
#include "cafAppEnum.h"
#include "cafCmdExecCommandManager.h"
#include "cafEffectGenerator.h"

View File

@@ -44,6 +44,8 @@
#include "ExportCommands/RicSnapshotAllPlotsToFileFeature.h"
#include "ExportCommands/RicSnapshotAllViewsToFileFeature.h"
#include "DockManager.h"
#include "cafMemoryInspector.h"
#include "cafUtils.h"