mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
082ae04214
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9843
11 lines
270 B
C++
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"
|