From 480cff9e04b67ffff2acb38ca25dacce5fb9db9d Mon Sep 17 00:00:00 2001
From: Vipin Thomas <vipin.thomas@stud.th-deg.de>
Date: Fri, 11 Jun 2021 01:44:16 +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 5a16e18..d96b31f 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -1,7 +1,7 @@
 #include <iostream>
 #include <hls_stream.h>
 #include <ap_axi_sdata.h>
-#include <cmath>
+#include <math.h>
 
 using namespace std;
 
-- 
GitLab