Linux compile fixes

This commit is contained in:
baldurk
2015-08-23 20:38:13 +02:00
parent 6c9120ff61
commit 357735d1d2
5 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -22,6 +22,8 @@
* THE SOFTWARE.
******************************************************************************/
#include <string.h>
#include "common/common.h"
#include "core/core.h"
#include "hooks/hooks.h"
@@ -225,4 +227,4 @@ extern "C" RENDERDOC_API int RENDERDOC_CC RENDERDOC_GetAPI(RENDERDOC_Version ver
RDCERR("Unrecognised API version '%d'", version);
return 0;
}
}