Skip to content
  • Guilhem Saurel's avatar
    include vector · 176fcf97
    Guilhem Saurel authored
    fix build on stretch:
    
    from …/src/narrowphase/narrowphase.cpp:38:
    …/include/hpp/fcl/narrowphase/gjk.h:65:10: error: 'vector' in namespace 'std' does not name a template type
    std::vector<int8_t> visited;
    ^~~~~~
    176fcf97