Skip to content

Commit

Permalink
include <stdlib.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jan 15, 2025
1 parent 6f0a64b commit 2ebfbc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/fury/util/array_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#pragma once
#include "fury/util/platform.h"
#include <cstdint>
#include <stdlib.h>

namespace fury {
uint16_t getMaxValue(const uint16_t *arr, size_t length);
Expand Down

0 comments on commit 2ebfbc8

Please sign in to comment.