Gawain: fix for MSVC 2013

<stddef.h> defines offsetof. For some reason MSVC 2015 does not need this. Mystery!
This commit is contained in:
Mike Erwin 2017-03-03 14:50:35 -05:00
parent 3381cf98cb
commit 3fdffc1e95
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include "shader_interface.h"
#include <stdlib.h>
#include <stddef.h>
#define DEBUG_SHADER_INTERFACE 0