Streams - Added optional path to errors

This commit is contained in:
Emmanuel BENOîT 2017-12-27 19:00:56 +01:00
parent 424ba93472
commit 0651ea28e0
8 changed files with 39 additions and 21 deletions

View file

@ -4,6 +4,7 @@
#include <ebcl/SRDText.hh>
#include <ebcl/BinaryStreams.hh>
using namespace ebcl;

View file

@ -9,6 +9,7 @@
#include <ebcl/Threading.hh>
#include <ebcl/Types.hh>
#include <ebcl/Alloc.hh>
#include <ebcl/BinaryStreams.hh>
using namespace ebcl;