Skip to content
Snippets Groups Projects

Debug build

Merged Daniel Hornung requested to merge f-debug-build into f-release-0.1
All threads resolved!
2 files
+ 7
22
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
3
@@ -20,13 +20,11 @@
*/
#include "caosdb/logging.h"
#include "caosdb/log_level.h"
#include "caosdb/protobuf_helper.h"
#include <boost/core/swap.hpp> // for swap
#include <boost/iterator/iterator_facade.hpp>
#include <boost/log/attributes/clock.hpp>
#include <boost/log/core/core.hpp> // for core
#include <boost/log/core/record.hpp>
#include <boost/log/sources/global_logger_storage.hpp>
#include <boost/log/sources/record_ostream.hpp>
#include <boost/log/sources/severity_channel_logger.hpp>
#include <boost/log/utility/setup/from_settings.hpp>
@@ -39,7 +37,6 @@
#include <boost/property_tree/detail/exception_implementation.hpp>
#include <boost/smart_ptr/shared_ptr.hpp>
#include <boost/tuple/detail/tuple_basic.hpp> // for get
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
Loading