Skip to content

Commit

Permalink
fix Travis CI compile error on assert() not declared
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 25, 2021
1 parent 419ee92 commit 254bf09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/qt/filter_typewriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <framework/mlt_filter.h>
#include <framework/mlt_frame.h>

#include <cassert>
#include <cstdio>
#include <cstdlib>
#include <cstring>
Expand Down

0 comments on commit 254bf09

Please sign in to comment.