Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
add include `math.h`
  • Loading branch information
psychocrypt committed May 15, 2017
1 parent 4a8f0e3 commit 7d176e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amd_gpu/gpu.c
Expand Up @@ -15,6 +15,7 @@

#include <stdio.h>
#include <string.h>
#include <math.h>

#ifdef _WIN32
#include <windows.h>
Expand Down

0 comments on commit 7d176e7

Please sign in to comment.