added missing include and removed forward declare, now that we're not using pointers for analyzer settings.
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
#define SIMPLESERIAL_ANALYZER_H
|
||||
|
||||
#include <Analyzer.h>
|
||||
#include "SimpleSerialAnalyzerSettings.h"
|
||||
#include "SimpleSerialAnalyzerResults.h"
|
||||
#include "SimpleSerialSimulationDataGenerator.h"
|
||||
|
||||
class SimpleSerialAnalyzerSettings;
|
||||
class ANALYZER_EXPORT SimpleSerialAnalyzer : public Analyzer2
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user