Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code

This commit is contained in:
wmayer
2022-03-06 10:13:47 +01:00
parent 07c28ad22a
commit 91e4e468dd
34 changed files with 460 additions and 360 deletions

View File

@@ -26,6 +26,7 @@
#ifndef _PreComp_
# include <cassert>
# include <string>
# include <fstream>
#endif
#include "Builder3D.h"