dlr-gtlab / gt-logging

Basic C++14 logging library based on QsLog
0 stars 0 forks source link

Fix missing include for std::uintptr_t #131

Closed rainman110 closed 4 months ago

rainman110 commented 4 months ago

gt_logstream.h uses the type std::uintptr_t, which is defined in <cstdint>.

We should hence add an include.