Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
c_src: change c-header to cpp-header
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Feb 18, 2021
1 parent 6a9ebc3 commit 5e77270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/box.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
#include "box.h"

#include <math.h>
#include <cmath>

float get_diou(const xywh &a,
const xywh &b,
Expand Down

0 comments on commit 5e77270

Please sign in to comment.