From 26fe1b82bcc719e137447015c3f4496685dc5f08 Mon Sep 17 00:00:00 2001 From: Vipin Thomas <vipin.thomas@stud.th-deg.de> Date: Fri, 11 Jun 2021 01:43:39 +0000 Subject: [PATCH] Update pixel.cpp --- pixel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixel.cpp b/pixel.cpp index d96b31f..5a16e18 100644 --- a/pixel.cpp +++ b/pixel.cpp @@ -1,7 +1,7 @@ #include <iostream> #include <hls_stream.h> #include <ap_axi_sdata.h> -#include <math.h> +#include <cmath> using namespace std; -- GitLab