Skip to content

Commit

Permalink
missing compile fixes
Browse files Browse the repository at this point in the history
- detected on clean rebuild
  • Loading branch information
getnamo committed Nov 16, 2022
1 parent a8e32b0 commit b2db103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/TFAudioCapture/Private/FWindowsAudioCapture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "CoreMinimal.h"
#include "HAL/ThreadSafeBool.h"

#include "AllowWindowsPlatformTypes.h"
#include "Windows/AllowWindowsPlatformTypes.h"
#include <iostream>
#include <MMSystem.h>
#include <Windows.h>
Expand Down
2 changes: 1 addition & 1 deletion Source/TFAudioCapture/Public/ITFAudioCapture.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "IAudioCaptureInterface.h"
#include "IAudioDataInterface.h"
#include "ModuleManager.h"
#include "Modules/ModuleManager.h"

class UTFAudioCaptureComponent;

Expand Down

0 comments on commit b2db103

Please sign in to comment.