Skip to content

Commit

Permalink
Fix for issue #3 AVR needs stdint.h header.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-matera committed Dec 13, 2016
1 parent 88341ff commit 5480ba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ArduinoSTL
version=0.1.7
version=0.1.8
author=Mike Matera <matera@lifealgorithmic.com>
maintainer=Mike Matera <matera@lifealgorithmic.com>
sentence=A port of uClibc++ packaged as an Arduino library.
Expand Down
1 change: 1 addition & 0 deletions src/ostream_helpers
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#include <stdint.h>
#include <basic_definitions>
#include <cstddef>
#include <ios>
Expand Down
7 changes: 1 addition & 6 deletions src/ostream_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@
*
*/

#include <stdint.h>
#include <basic_definitions>
#include <cstddef>
#include <ios>
#include <cctype>
#include <ostream_helpers>
#include <stdio.h>
#include <math.h>

namespace std {

Expand Down

0 comments on commit 5480ba6

Please sign in to comment.