Skip to content

Commit

Permalink
fix "'NULL' is not declared in this scope" error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hirohitokato committed Apr 9, 2015
1 parent 6b6102c commit 9903eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picojson.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cstddef>
#include <iostream>
#include <iterator>
#include <limits>
Expand Down

0 comments on commit 9903eeb

Please sign in to comment.