diff --git a/data_structures/heap/max_heap.c b/data_structures/heap/max_heap.c index eb40695f..97ec2dec 100644 --- a/data_structures/heap/max_heap.c +++ b/data_structures/heap/max_heap.c @@ -1,5 +1,6 @@ -#include -#include +#include /// for INT_MIN +#include /// for IO operations +#include /// for dynamic memory allocation typedef struct max_heap {