Index: thermal.h =================================================================== --- thermal.h (revision 31210) +++ thermal.h (revision 31211) @@ -28,6 +28,7 @@ #define PCB_THERMAL_H #include "obj_common.h" +#include "operation.h" #include "layer.h" #include @@ -62,5 +63,7 @@ unsigned char pcb_themal_style_old2new(rnd_cardinal_t t); rnd_cardinal_t pcb_themal_style_new2old(unsigned char t); +void *pcb_anyop_change_thermal(pcb_opctx_t *ctx, pcb_any_obj_t *ps); + #endif