aboutsummaryrefslogtreecommitdiff
path: root/Src/replicant/mp4/precomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/replicant/mp4/precomp.h')
-rw-r--r--Src/replicant/mp4/precomp.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/Src/replicant/mp4/precomp.h b/Src/replicant/mp4/precomp.h
new file mode 100644
index 00000000..4a141102
--- /dev/null
+++ b/Src/replicant/mp4/precomp.h
@@ -0,0 +1,32 @@
+//
+// precomp.h
+// mp4
+//
+
+#include <assert.h>
+
+#ifdef __cplusplus
+#include "new"
+#endif
+
+#include "foundation/error.h"
+#include "foundation/types.h"
+
+#include "nu/ByteReader.h"
+#include "nu/ByteWriter.h"
+#include "nu/strsafe.h"
+
+#include "nx/nx.h"
+
+#ifdef __cplusplus
+#include "mp4.h"
+#include "nsmp4.h"
+#include "nu/PtrDeque.h"
+#include "jnetlib/jnetlib.h"
+#include "nswasabi/ReferenceCounted.h"
+#include "nswasabi/ServiceName.h"
+#include "decode/svc_decode.h"
+#include "http/svc_http_demuxer.h"
+#include "replaygain/ifc_replaygain_settings.h"
+#include "service/ifc_servicefactory.h"
+#endif \ No newline at end of file