Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions UABE_Generic/FileContextInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <memory>
#include <mutex>
#include <shared_mutex>
#include <optional>

//unique_ptr to a IAssetsReader with a deleter.
typedef std::unique_ptr<IAssetsReader, void(*)(IAssetsReader*)> IAssetsReader_ptr;
Expand Down
1 change: 1 addition & 0 deletions UABE_Win32/AssetViewModifyDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "Win32PluginManager.h"
#include <string>
#include <WindowsX.h>
#include <format>

class AssetInstanceTask : public ITask
{
Expand Down
1 change: 1 addition & 0 deletions UABE_Win32/Win32TaskStatusTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "resource.h"
#include <windowsx.h>
#include "../libStringConverter/convert.h"
#include <format>

static int GetTextExtent(HWND hListBox, const TCHAR* text)
{
Expand Down