Skip to content
Snippets Groups Projects
Commit 54bcd0cc authored by David Gilbert's avatar David Gilbert :bug:
Browse files

fix: Fixes crash when disconnecting from Server. Deleting the unique_ptr...

fix: Fixes crash when disconnecting from Server. Deleting the unique_ptr requires the type to be included, not just forward declared. However, the whole unique_ptr setup seems very sketchy.
parent 4c0b3720
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include "VAUtils.h" #include "VAUtils.h"
#include "VAStruct.h" #include "VAStruct.h"
#include "VANetClient.h"
#include "VAReceiverActor.h" #include "VAReceiverActor.h"
#include "SoundSource/VAAbstractSourceComponent.h" #include "SoundSource/VAAbstractSourceComponent.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment