Changeset - 4fe987b774d2
[Not reviewed]
0 1 0
Vitaly Takmazov - 14 years ago 2012-03-21 16:17:43
vitalyster@gmail.com
fix compilation
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/template/main.cpp
Show inline comments
 
@@ -3,25 +3,25 @@
 
#include "transport/networkplugin.h"
 
#include "transport/logging.h"
 

	
 
// Swiften
 
#include "Swiften/Swiften.h"
 

	
 
#ifndef _MSC_VER
 
// for signal handler
 
#include "unistd.h"
 
#include "signal.h"
 
#include "sys/wait.h"
 
#include "sys/signal.h"
 

	
 
#endif
 
// Boost
 
#include <boost/algorithm/string.hpp>
 
using namespace boost::filesystem;
 
using namespace boost::program_options;
 
using namespace Transport;
 

	
 
DEFINE_LOGGER(logger, "Backend Template");
 

	
 
// eventloop
 
Swift::SimpleEventLoop *loop_;
 

	
 
// Plugin
0 comments (0 inline, 0 general)