Skip to content

Commit

Permalink
Added #include <limits>
Browse files Browse the repository at this point in the history
Summary:
Added necessary #include <limits> (FbsonJsonParser.h won't compile if it will be used separately).
The reason why tests have passed fine is because gtest/gtest.h contains #include <limits>

This is from the following github pull request: #12

Test Plan: jenkins

Reviewers: steaphan

Reviewed By: steaphan
  • Loading branch information
StanislavGlebik authored and jtolmer committed Aug 5, 2015
1 parent 3d167cd commit 51c3043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fbson/FbsonJsonParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#define FBSON_FBSONPARSER_H

#include <cmath>
#include <limits>
#include "FbsonDocument.h"
#include "FbsonWriter.h"

Expand Down

0 comments on commit 51c3043

Please sign in to comment.