emulators/xbraitenberg: Fix build with Clang 6
In file included from actuator.cc:5:
In file included from ./vehicle.hh:5:
./vector.hh:10:21: error: 'operator new' cannot be declared static in global scope
static inline void *operator new(size_t, void *v) { return v; }
^