- fixed to compile on linux
This commit is contained in:
parent
087a6ad88f
commit
a56a4b563b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
#include "nvparse_errors.h"
|
||||
#include "nvparse_externs.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
void CombinersStruct::Validate()
|
||||
{
|
||||
if (2 == numConsts &&
|
||||
|
|
Loading…
Reference in a new issue