We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 024245f + e1c4de8 commit 91d44d4Copy full SHA for 91d44d4
1 file changed
external/whispercpp/ggml-memory-pool.cpp
@@ -16,9 +16,9 @@
16
* along with this work. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
+#include "melder.h" // include early, so that size_t is defined
20
#include "ggml-memory-pool.h"
21
#include "ggml-impl.h"
-#include "melder.h"
22
#include "SpeechRecognizer.h"
23
#include "whisper.h"
24
@@ -108,4 +108,4 @@ size_t GgmlMemoryPool :: sizeInBytes() const {
108
return size;
109
}
110
111
-/* End of file ggml-memory-pool.cpp */
+/* End of file ggml-memory-pool.cpp */
0 commit comments