mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-12 23:16:40 +00:00
fix header include
This commit is contained in:
parent
b965e3f335
commit
59be817bb8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../defines.hpp"
|
#include "defines.hpp"
|
||||||
|
|
||||||
namespace ams { inline namespace literals {
|
namespace ams { inline namespace literals {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue