Skip to content

Commit

Permalink
Add stdlib.h to smattpl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaravia committed Aug 24, 2015
1 parent ba99e52 commit 1811211
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions smattpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@

#include <iostream>
#include <cstring>

#ifdef __GNUC__
//#include "fortify.h"
#endif
#include <stdlib.h>

#define INTEGER int
using namespace std;
Expand Down

0 comments on commit 1811211

Please sign in to comment.