Skip to content

Commit

Permalink
adding math.h import to header file
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteProject committed Jul 3, 2015
1 parent 250b4ea commit b798f3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansilove.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include <math.h>
#include <gd.h>
#include "alconfig.h"
#include "albinfonts.h"
Expand Down

0 comments on commit b798f3d

Please sign in to comment.