Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Fix missing <bela/str_cat.hpp>
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie committed Apr 10, 2022
1 parent 6c93606 commit d550470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/archive.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <bela/base.hpp>
#include <bela/str_cat.hpp>

namespace uncia::archive {
std::optional<std::string> JoinSanitizePath(std::wstring_view root, std::string_view filename, bool always_utf8 = true);
Expand Down
1 change: 1 addition & 0 deletions tools/uncia/uncia.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#ifndef UNCIA_HPP
#define UNCIA_HPP
#include <bela/terminal.hpp>
#include <bela/str_cat.hpp>

namespace uncia {
extern bool IsDebugMode;
Expand Down

0 comments on commit d550470

Please sign in to comment.