fix build errors

This commit is contained in:
Dave Horton
2024-03-23 20:23:13 -04:00
parent 9cdc5fdfca
commit 74bfc3152f
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
#define __AP_H__
#include <mutex>
#include <functional>
#include "common.h"
class AudioProducer {

View File

@@ -2,6 +2,7 @@
#define __MOD_DUB_TTS_VENDOR_PARSER_H__
#include <string>
#include <vector>
#include <switch.h>
#include "common.h"