MatN work for versatile appimage creation for all types of os
[goodguy/cinelerra.git] / cinelerra-5.1 / tools / makeappimagetool / includes / util.h
1 // local includes
2 #include "assert.h"
3 #include "misc.h"
4
5 // import functions from misc module for convenience
6 namespace linuxdeploy {
7     namespace util {
8         using namespace misc;
9         using namespace assert;
10     }
11 }