]> git.sesse.net Git - c64tapwav/commitdiff
Add some missing #includes.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 12 Mar 2015 22:55:15 +0000 (23:55 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 12 Mar 2015 22:55:15 +0000 (23:55 +0100)
audioreader.cpp

index e133afce9a24c704ec47e56d8cd2072bbe0f0ff4..68243ca29da28f484f9c3671231914c997fbbfb6 100644 (file)
@@ -5,6 +5,8 @@ extern "C" {
 #include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>
 #include <libswresample/swresample.h>
+#include <libavutil/avutil.h>
+#include <libavutil/frame.h>
 
 }