Skip to content

Commit

Permalink
Added #include <stdlib.h> for compatibility with clang
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Sep 3, 2019
1 parent 5b5f3c6 commit 98b5532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpgs/src/gpgs_callback.cpp
@@ -1,6 +1,7 @@
#if defined(DM_PLATFORM_IOS) || defined(DM_PLATFORM_ANDROID)
#include "private_gpgs_callback.h"
#include "utils/LuaUtils.h"
#include <stdlib.h>

static GPGS_callback m_callback;
static dmArray<CallbackData> m_callbacksQueue;
Expand Down

0 comments on commit 98b5532

Please sign in to comment.