mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
Definitions made explicit (#196)
* force definition inclusion * to make it clear to the user
This commit is contained in:
parent
24dea1ceea
commit
c08fba999b
@ -24,6 +24,7 @@
|
||||
#include "g3log/loglevels.hpp"
|
||||
#include "g3log/logcapture.hpp"
|
||||
#include "g3log/logmessage.hpp"
|
||||
#include "g3log/generated_definitions.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "g3log/sinkwrapper.hpp"
|
||||
#include "g3log/sinkhandle.hpp"
|
||||
#include "g3log/logmessage.hpp"
|
||||
|
||||
#include "g3log/generated_definitions.hpp"
|
||||
|
||||
using namespace std;
|
||||
using namespace std2;
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include "g3log/logworker.hpp"
|
||||
#include "testing_helpers.h"
|
||||
#include "g3log/loglevels.hpp"
|
||||
#include "g3log/generated_definitions.hpp"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
#include <future>
|
||||
|
||||
#include <g3log/generated_definitions.hpp>
|
||||
#include "testing_helpers.h"
|
||||
#include "g3log/logmessage.hpp"
|
||||
#include "g3log/logworker.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user