mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
bpcmitm_main: Add missing header guard
Prevents potential inclusion issues.
This commit is contained in:
parent
50e307b4b7
commit
7bdd4bb2d1
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in a new issue