Skip to content

Commit

Permalink
Merge pull request #4380 from malytomas/tomas/fixsizet
Browse files Browse the repository at this point in the history
fix missing include for size_t
  • Loading branch information
kimkulling committed Feb 11, 2022
2 parents dcd5c1d + acf7365 commit 97c7e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/Common/Compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#pragma once

#include <vector>
#include <cstddef> // size_t

namespace Assimp {

Expand Down

0 comments on commit 97c7e08

Please sign in to comment.