Skip to content

Commit

Permalink
Merge pull request #657 from skrat/mssing-cstring-include
Browse files Browse the repository at this point in the history
Fill in missing includes #656
  • Loading branch information
pjcozzi authored Aug 10, 2016
2 parents 7b2414c + ff2661c commit 28e1f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions COLLADA2GLTF/JSON/JSONNumber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
// THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "GLTF.h"
#include <cstring>

#if __cplusplus <= 199711L
using namespace std::tr1;
Expand Down
3 changes: 2 additions & 1 deletion COLLADA2GLTF/helpers/geometryHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "GLTF.h"
#include <stdio.h>
#include <stdlib.h>
#include <cstring>
#include "geometryHelpers.h"

#if __cplusplus <= 199711L
Expand Down Expand Up @@ -834,4 +835,4 @@ namespace GLTF
}
*/

}
}

0 comments on commit 28e1f79

Please sign in to comment.