Skip to content

Commit

Permalink
Fix for 5.0.3 not compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
rezonated committed Jan 27, 2023
1 parent 8a9f371 commit afee7de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "DataTypes/CompletionDataTypes.h"
#include "ChatbotDemoWidget.generated.h"

// Class to handle the widget for chatbot demo. Acts like a chatroom UI. User can type in the input and send it to the OpenAI's completion API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "CoreMinimal.h"
#include "Blueprint/UserWidget.h"
#include "DataTypes/ImageDataTypes.h"
#include "Enums/ImageEnums.h"
#include "CreateImageWidget.generated.h"

Expand Down

0 comments on commit afee7de

Please sign in to comment.