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 a64563c92e
commit 58a719e207
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"