Skip to content

Commit

Permalink
Fix 32bit compilation issue (size_t not defined)
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Aug 3, 2018
1 parent 752dbb6 commit a1c0726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#pragma once

#include <stdlib.h>

#ifdef _MSC_VER

Expand Down

0 comments on commit a1c0726

Please sign in to comment.