shithub: opus

Download patch

ref: c708e68bc69fbe65f3d2e2afd204b1caa12bb677
parent: 887346674f090340e7bd10fb51e0122f31a3acb2
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Mon May 29 16:16:47 EDT 2023

another missing #include

--- a/dnn/write_lpcnet_weights.c
+++ b/dnn/write_lpcnet_weights.c
@@ -31,6 +31,7 @@
 #include <stdio.h>
 #include <string.h>
 #include "nnet.h"
+#include "common.h"
 
 /* This is a bit of a hack because we need to build nnet_data.c and plc_data.c without USE_WEIGHTS_FILE,
    but USE_WEIGHTS_FILE is defined in config.h. */
--