We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8878ece commit 1bb50e1Copy full SHA for 1bb50e1
asciiartist/main.cpp
@@ -2,6 +2,9 @@
2
#include <iostream>
3
#include <fstream>
4
#include <string>
5
+#include <libavcodec\avcodec.h>
6
+#include <libavfilter\avfilter.h>
7
+#include <libavutil\avutil.h>
8
9
using namespace std;
10
using namespace Magick;
0 commit comments