Fixed kilo2008 compilation under MSVC (include portability.h to get a snprintf)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2768 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 4b9a8015e62ba29fa259d41dc1565f924da14806 Former-commit-id: e03e2ef895e116d79a3af9a49e83de1e7a2ebb9a
This commit is contained in:
parent
af1353b625
commit
2c3c50b36a
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
#include "raceline.h"
|
||||
#include "util.h"
|
||||
|
||||
#include <portability.h> //snprintf under MSVC
|
||||
#include <robottools.h> //Rt*
|
||||
#include <robot.h> //ROB_PIT_IM
|
||||
|
||||
|
|
Loading…
Reference in a new issue