graph-prof: fix compilation error on ubuntu
Some checks failed
Python check requirements.txt / check-requirements (push) Has been cancelled
flake8 Lint / Lint (push) Has been cancelled
Python Type-Check / pyright type-check (push) Has been cancelled

This commit is contained in:
Max Krasnyansky 2024-10-15 19:32:25 -07:00
parent 6cea9d8df2
commit e7e9a7fca8

View File

@ -3,6 +3,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <string>
#include <chrono>