aboutsummaryrefslogtreecommitdiffstats
path: root/src/bitstream/bitstream.cpp
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2023-12-18 18:50:46 +0100
committerGitHub <noreply@github.com>2023-12-18 18:50:46 +0100
commit065121a354e99e59dfd57124d7650d82213db094 (patch)
tree36d3f40ddc83fd0a886284d235640969e941baef /src/bitstream/bitstream.cpp
parent7b479e1358c9b9fa1fd19576d4ac4ef68f0c9c48 (diff)
parentc6b70f76ccf96479671de0d62ecbe7acf198eed4 (diff)
downloadatracdenc-065121a354e99e59dfd57124d7650d82213db094.tar.gz
Merge pull request #33 from SatoFoo/master
Fix CMake build file generation error and add a missing <cstdint> header
Diffstat (limited to 'src/bitstream/bitstream.cpp')
-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