aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoshi Fuuki <154016130+SatoFoo@users.noreply.github.com>2023-12-16 23:57:46 +0500
committerGitHub <noreply@github.com>2023-12-16 23:57:46 +0500
commitc6b70f76ccf96479671de0d62ecbe7acf198eed4 (patch)
tree36d3f40ddc83fd0a886284d235640969e941baef
parent289d49ebca8b4b2bfa70fea667e11af4caedbd87 (diff)
downloadatracdenc-c6b70f76ccf96479671de0d62ecbe7acf198eed4.tar.gz
bitstream.cpp: Add missing <cstdint> header
-rw-r--r--src/bitstream/bitstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitstream/bitstream.cpp b/src/bitstream/bitstream.cpp
index ddcd288..ddff907 100644
--- a/src/bitstream/bitstream.cpp
+++ b/src/bitstream/bitstream.cpp
@@ -15,7 +15,7 @@
* License along with AtracDEnc; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-
+#include <cstdint>
#include "bitstream.h"
#ifndef BIGENDIAN_ORDER