mirror of
https://github.com/KjellKod/g3log.git
synced 2025-03-04 07:27:25 +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/loglevels.hpp"
|
||||||
#include "g3log/logcapture.hpp"
|
#include "g3log/logcapture.hpp"
|
||||||
#include "g3log/logmessage.hpp"
|
#include "g3log/logmessage.hpp"
|
||||||
|
#include "g3log/generated_definitions.hpp"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "g3log/sinkwrapper.hpp"
|
#include "g3log/sinkwrapper.hpp"
|
||||||
#include "g3log/sinkhandle.hpp"
|
#include "g3log/sinkhandle.hpp"
|
||||||
#include "g3log/logmessage.hpp"
|
#include "g3log/logmessage.hpp"
|
||||||
|
#include "g3log/generated_definitions.hpp"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace std2;
|
using namespace std2;
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#include "g3log/logworker.hpp"
|
#include "g3log/logworker.hpp"
|
||||||
#include "testing_helpers.h"
|
#include "testing_helpers.h"
|
||||||
#include "g3log/loglevels.hpp"
|
#include "g3log/loglevels.hpp"
|
||||||
|
#include "g3log/generated_definitions.hpp"
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <future>
|
#include <future>
|
||||||
|
#include <g3log/generated_definitions.hpp>
|
||||||
#include "testing_helpers.h"
|
#include "testing_helpers.h"
|
||||||
#include "g3log/logmessage.hpp"
|
#include "g3log/logmessage.hpp"
|
||||||
#include "g3log/logworker.hpp"
|
#include "g3log/logworker.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user