1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/lang/beignet/files/patch-backend_src_ir_immediate.hpp
Matthew Rezny 082ae04214 Update to 1.3.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9843
2017-03-01 12:14:21 +00:00

11 lines
270 B
C++

--- backend/src/ir/immediate.hpp.orig 2017-01-20 10:40:51 UTC
+++ backend/src/ir/immediate.hpp
@@ -25,6 +25,7 @@
#ifndef __GBE_IR_IMMEDIATE_HPP__
#define __GBE_IR_IMMEDIATE_HPP__
+#include <cmath>
#include <string.h>
#include "ir/type.hpp"
#include "ir/half.hpp"