configsys needs to include ../../types.h to get the snprintf macro for vs
This commit is contained in:
parent
a82608cd98
commit
ee82ccc638
|
@ -2,6 +2,7 @@
|
|||
#include <fstream>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../../types.h"
|
||||
#include "configSys.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue