Skip to content

Commit

Permalink
Merge pull request #2 from jezza12111/master-quantized-mesh
Browse files Browse the repository at this point in the history
Fix missing include wich make problem during compilation.
  • Loading branch information
ahuarte47 authored Jan 19, 2018
2 parents 2faff84 + 1185606 commit b1603fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mesh.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <cstdint>
#include <vector>

#include <cstring>
#include "types.hpp"
#include "CTBException.hpp"

Expand Down

0 comments on commit b1603fd

Please sign in to comment.