Skip to content

Commit ded06f1

Browse files
committed
fix discord include issue, only include it with guard
1 parent 7c06cf0 commit ded06f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "application.hpp"
2-
#include "discord/core.hpp"
32
#include "helper/sleep.hpp"
43
#include "platform/capabilities.hpp"
54
#include "scenes/scene.hpp"
@@ -11,6 +10,7 @@
1110
#include "switch.h"
1211
#endif
1312

13+
1414
Application::Application(
1515
int argc,
1616
char** argv,

0 commit comments

Comments
 (0)