Skip to content

Commit

Permalink
fix missing <optional> include and add build instructions
Browse files Browse the repository at this point in the history
close #3
  • Loading branch information
ITotalJustice committed Sep 30, 2021
1 parent f09787d commit 50af3bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Batch title uninstaller for the Nintendo Switch

---

## Building

the following needs to be installed via dkp-pacman

- uam
- switch-glm
- libnx
- deko3d

if you're having trouble building, feel free to open an issue!

---

## Credits

Special thank you to everyone that contributed to the following libs.
Expand Down
1 change: 1 addition & 0 deletions src/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <string>
#include <future>
#include <mutex>
#include <optional>
#include <functional>

namespace tj {
Expand Down
1 change: 1 addition & 0 deletions src/nanovg/deko3d/dk_renderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <map>
#include <memory>
#include <vector>
#include <optional>

#include "framework/CDescriptorSet.h"
#include "framework/CMemPool.h"
Expand Down

0 comments on commit 50af3bb

Please sign in to comment.