Skip to content

Commit

Permalink
fmk - fixing includes for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Oct 1, 2024
1 parent 2dc78ca commit 6ab3118
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions WorkflowAppPBE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#include "WorkflowAppPBE.h"
#include "MainWindowWorkflowApp.h"
#include "Utils/RelativePathResolver.h"
#include <Stampede3Machine.h>
#include <SC_ToolDialog.h>
#include <SC_RemoteAppTool.h>
#include <RemoteOpenSeesApp.h>
#include <QList>
#include <ShakerMaker.h>
#include <DRM_Model.h>
#include <peerNGA/PEER_NGA_Records.h>


// Qt Widgets
#include <QPushButton>
Expand All @@ -60,8 +69,13 @@ UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#include <QHostInfo>
#include <QSettings>
#include <StandardEarthquakeEDP.h>
#include <QMenu>
#include <QMenuBar>
#include <QAction>


// SimCenter Widgets
#include <Utils/FileOperations.h>
#include <SimCenterComponentSelection.h>
#include <EarthquakeEventSelection.h>
#include <RunLocalWidget.h>
Expand Down

0 comments on commit 6ab3118

Please sign in to comment.