1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
#include "modules.h"
#include "../xerr/xerr.ih"
#include <chrono>
#ifdef fbb
#include <bobcat/exception>
#include <bobcat/string>
#include <bobcat/mstream>
#include <bobcat/process>
#else
#include "../../tmp/build/exception/exception"
#include "../../tmp/build/string/string"
#include "../../tmp/build/mstream/mstream"
#include "../../tmp/build/process/process"
#endif
#include "../options/options.h"
using namespace std;
namespace fs = filesystem;
using namespace FBB;
|