CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2025-09-10 11:11:51 +02:00
parent aef93548f9
commit b11f043d64
9 changed files with 14 additions and 10 deletions
+3 -1
View File
@@ -25,6 +25,8 @@
<markus@oberhumer.com> <ezerotven+github@gmail.com>
*/
// dispatch to a concrete subclass of class PackerBase; see work.cpp
#include "conf.h"
#include "file.h"
#include "packmast.h"
@@ -56,7 +58,7 @@
#include "p_wince_arm.h"
/*************************************************************************
// dispatch to a concrete subclass of class PackerBase; see work.cpp
//
**************************************************************************/
PackMaster::PackMaster(InputFile *f, Options *o) noexcept : fi(f) {