From 683b1595260e638d1d3c6cc0d6543a72f6d6f925 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 12 一月 2021 14:36:42 +0800
Subject: [PATCH] 扣分码标准化

---
 lib/src/main/cpp/defs.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/src/main/cpp/defs.h b/lib/src/main/cpp/defs.h
index fba169e..017fa15 100644
--- a/lib/src/main/cpp/defs.h
+++ b/lib/src/main/cpp/defs.h
@@ -1,8 +1,8 @@
 #ifndef _DEFS_H_
 #define _DEFS_H_
 
-#include <stdint.h>
-#include <stdbool.h>
+#include <cstdint>
+#include <cstdbool>
 
 #define ENABLE_DEBUG
 

--
Gitblit v1.8.0