#ifndef DGC_CORRECTLOGS_H #define DGC_CORRECTLOGS_H #include #include "slam_inputs.h" void SLAMCorrectIndexes(SlamInputs *inputs, MatchList *matches); #endif