forked from speed-dreams/speed-dreams-code
Fix the aero.h include
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5598 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: b8d87fda5906c21e66668a578929b150e60b8613 Former-commit-id: 08b487a67de05d278048b9554668b8e85054be3d
This commit is contained in:
parent
4ca4d353a8
commit
8354fec3fb
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
#include <track.h>
|
||||
#include <car.h>
|
||||
#include <robot.h>
|
||||
#include <..\..\modules\simu\simuv4\aero.h>
|
||||
#include "../../../modules/simu/simuv4/aero.h"
|
||||
|
||||
#include "unitglobal.h"
|
||||
#include "unitcommon.h"
|
||||
|
|
Loading…
Reference in a new issue