From bb200c5b30db0d503034cf91d0459f1fafc45bf3 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Tue, 27 Mar 2012 23:10:54 -0700 Subject: [PATCH] Make sure plNetAddress is included correctly. --- Sources/Plasma/NucleusLib/pnAsyncCore/Private/pnAcIo.h | 2 ++ Sources/Plasma/NucleusLib/pnAsyncCoreExe/Private/pnAceInt.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Sources/Plasma/NucleusLib/pnAsyncCore/Private/pnAcIo.h b/Sources/Plasma/NucleusLib/pnAsyncCore/Private/pnAcIo.h index a09be9af..5fd04990 100644 --- a/Sources/Plasma/NucleusLib/pnAsyncCore/Private/pnAcIo.h +++ b/Sources/Plasma/NucleusLib/pnAsyncCore/Private/pnAcIo.h @@ -50,6 +50,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #endif #define PLASMA20_SOURCES_PLASMA_NUCLEUSLIB_PNASYNCCORE_PRIVATE_PNACIO_H +#include "pnNetCommon/plNetAddress.h" + /**************************************************************************** * diff --git a/Sources/Plasma/NucleusLib/pnAsyncCoreExe/Private/pnAceInt.h b/Sources/Plasma/NucleusLib/pnAsyncCoreExe/Private/pnAceInt.h index 9517e798..4aa1274a 100644 --- a/Sources/Plasma/NucleusLib/pnAsyncCoreExe/Private/pnAceInt.h +++ b/Sources/Plasma/NucleusLib/pnAsyncCoreExe/Private/pnAceInt.h @@ -50,6 +50,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #endif #define PLASMA20_SOURCES_PLASMA_NUCLEUSLIB_PNASYNCCOREEXE_PRIVATE_PNACEINT_H +#include "pnNetCommon/plNetAddress.h" + /***************************************************************************** *