#ifndef ACPA_WORK_H #define ACPA_WORK_H #include "token.h" #include void work(std::vector); #endif