Files
scylladb/net/native-stack.hh
2014-11-26 12:19:47 +02:00

16 lines
198 B
C++

/*
* Copyright (C) 2014 Cloudius Systems, Ltd.
*/
#ifndef STACK_HH_
#define STACK_HH_
#include "core/reactor.hh"
#include <boost/program_options.hpp>
namespace net {
}
#endif /* STACK_HH_ */