diff options
| author | Stefan Boberg <[email protected]> | 2026-02-20 21:21:32 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2026-02-20 21:21:32 +0100 |
| commit | b4010bae3c856281a9118b432ee2aa80ec8513fc (patch) | |
| tree | 40077ebf0d387bd53e63e8e222ba423ae3d205f1 /src/zencompute/linuxrunner.cpp | |
| parent | macrunner should use except_fmt (diff) | |
| download | zen-b4010bae3c856281a9118b432ee2aa80ec8513fc.tar.xz zen-b4010bae3c856281a9118b432ee2aa80ec8513fc.zip | |
also use except_fmt for linuxrunner
Diffstat (limited to 'src/zencompute/linuxrunner.cpp')
| -rw-r--r-- | src/zencompute/linuxrunner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencompute/linuxrunner.cpp b/src/zencompute/linuxrunner.cpp index bb3c46018..2fed321a9 100644 --- a/src/zencompute/linuxrunner.cpp +++ b/src/zencompute/linuxrunner.cpp @@ -7,6 +7,7 @@ # include <zencore/compactbinary.h> # include <zencore/compactbinarypackage.h> # include <zencore/except.h> +# include <zencore/except_fmt.h> # include <zencore/filesystem.h> # include <zencore/fmtutils.h> # include <zencore/timer.h> |