time.h include missing after callgrind removal

This commit is contained in:
K. Lange 2024-03-12 07:38:51 +09:00
parent 9f370f0bc6
commit bd2e22ddcc

View File

@ -1,3 +1,4 @@
#include <time.h>
#include <kuroko/vm.h>
#include <kuroko/memory.h>
#include <kuroko/object.h>