1
0
Fork 0
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:
Lioncash 2019-06-04 06:28:31 -04:00
parent 50e307b4b7
commit 7bdd4bb2d1

View file

@ -14,6 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <cstdlib>
#include <cstdint>
#include <cstring>