Fixes for Linux no unity builds

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-21 16:42:30 -08:00
parent fd4014b278
commit 4d62351628
10 changed files with 61 additions and 3 deletions
@@ -8,6 +8,9 @@
#pragma once
// Graph Canvas
#include <GraphCanvas/Components/NodePropertyDisplay/NumericDataInterface.h>
// Graph Model
#include <GraphModel/Model/Slot.h>
@@ -36,3 +39,4 @@ namespace GraphModelIntegration
AZStd::weak_ptr<GraphModel::Slot> m_slot;
};
}