Include stdlib.h first
This is to fix an issue with Clang not finding typedef size_t in files that includes this header
This commit is contained in:
parent
a771a9247f
commit
5036de9caa
|
@ -19,8 +19,8 @@
|
||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
// THE SOFTWARE.
|
// THE SOFTWARE.
|
||||||
|
|
||||||
#include "ffx_assert.h"
|
|
||||||
#include <stdlib.h> // for malloc()
|
#include <stdlib.h> // for malloc()
|
||||||
|
#include "ffx_assert.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#ifndef WIN32_LEAN_AND_MEAN
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
|
|
Loading…
Reference in New Issue
Block a user