Commit a1cd1190 by Chris Forbes

Fix build

Half.hpp now requires <cmath> Change-Id: Iab086681cfd3ed850ad184c77f88d13b5716e859 Reviewed-on: https://swiftshader-review.googlesource.com/c/23688Tested-by: 's avatarChris Forbes <chrisforbes@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 296aa251
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#define sw_Half_hpp #define sw_Half_hpp
#include <algorithm> #include <algorithm>
#include <cmath>
namespace sw namespace sw
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment