From e8f3ffd1be6ff974bb2b67fe741418056b9c34dc Mon Sep 17 00:00:00 2001 From: Joshua Date: Tue, 19 Nov 2024 12:19:23 -0500 Subject: [PATCH] Adding missing includes to steam friends library texture composition --- .../Private/AdvancedSteamFriendsLibrary.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AdvancedSteamSessions/Source/AdvancedSteamSessions/Private/AdvancedSteamFriendsLibrary.cpp b/AdvancedSteamSessions/Source/AdvancedSteamSessions/Private/AdvancedSteamFriendsLibrary.cpp index 85340e4..bdebc3b 100644 --- a/AdvancedSteamSessions/Source/AdvancedSteamSessions/Private/AdvancedSteamFriendsLibrary.cpp +++ b/AdvancedSteamSessions/Source/AdvancedSteamSessions/Private/AdvancedSteamFriendsLibrary.cpp @@ -1,6 +1,9 @@ // Fill out your copyright notice in the Description page of Project Settings. #include "AdvancedSteamFriendsLibrary.h" #include "OnlineSubSystemHeader.h" +#include "Engine/Texture.h" +#include "Engine/Texture2D.h" +#include "PixelFormat.h" //General Log DEFINE_LOG_CATEGORY(AdvancedSteamFriendsLog);