Skip to content

Commit 91d44d4

Browse files
authored
Merge pull request #3233 from PaulBoersma/master
sources for version 6.4.64
2 parents 024245f + e1c4de8 commit 91d44d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

external/whispercpp/ggml-memory-pool.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
* along with this work. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19+
#include "melder.h" // include early, so that size_t is defined
1920
#include "ggml-memory-pool.h"
2021
#include "ggml-impl.h"
21-
#include "melder.h"
2222
#include "SpeechRecognizer.h"
2323
#include "whisper.h"
2424

@@ -108,4 +108,4 @@ size_t GgmlMemoryPool :: sizeInBytes() const {
108108
return size;
109109
}
110110

111-
/* End of file ggml-memory-pool.cpp */
111+
/* End of file ggml-memory-pool.cpp */

0 commit comments

Comments
 (0)