Fix several build failures

This commit is contained in:
karlberg
2021-05-07 09:54:49 -07:00
parent c21b4a577d
commit 05a39a4412
12 changed files with 32 additions and 32 deletions
@@ -9,7 +9,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*
*/
#pragma optimize("", off)
#include <Source/MultiplayerSystemComponent.h>
#include <Source/Components/MultiplayerComponent.h>
#include <Source/AutoGen/AutoComponentTypes.h>
@@ -10,7 +10,7 @@
*
*/
#include "NullReplicationWindow.h"
#include <Source/ReplicationWindows/NullReplicationWindow.h>
namespace Multiplayer
{