fix includes

This commit is contained in:
Wim Taymans 2019-10-25 15:01:02 +02:00
parent af73585948
commit 9ffec214b8
59 changed files with 88 additions and 25 deletions

View file

@ -22,6 +22,7 @@
* DEALINGS IN THE SOFTWARE.
*/
#include <spa/support/plugin.h>
#include <spa/support/log.h>
#include <spa/support/cpu.h>
@ -29,6 +30,7 @@
#include <spa/node/io.h>
#include <spa/node/utils.h>
#include <spa/utils/names.h>
#include <spa/utils/result.h>
#include <spa/buffer/alloc.h>
#include <spa/pod/parser.h>
#include <spa/pod/filter.h>