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

@ -13,7 +13,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* 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
#include <cstdlib> #include <cstdlib>
#include <cstdint> #include <cstdint>
#include <cstring> #include <cstring>