summaryrefslogtreecommitdiff
path: root/apps/openmw/mwsound/ffmpeg_decoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/openmw/mwsound/ffmpeg_decoder.hpp')
-rw-r--r--apps/openmw/mwsound/ffmpeg_decoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openmw/mwsound/ffmpeg_decoder.hpp b/apps/openmw/mwsound/ffmpeg_decoder.hpp
index 0a67a47580..c57740ff55 100644
--- a/apps/openmw/mwsound/ffmpeg_decoder.hpp
+++ b/apps/openmw/mwsound/ffmpeg_decoder.hpp
@@ -1,7 +1,7 @@
#ifndef GAME_SOUND_FFMPEG_DECODER_H
#define GAME_SOUND_FFMPEG_DECODER_H
-#include <stdint.h>
+#include <cstdint>
#if defined(_MSC_VER)
#pragma warning (push)