Commit 21670aa2 authored by Matthias Vallentin's avatar Matthias Vallentin

Add missing include guards

parent e7dffe87
......@@ -17,6 +17,9 @@
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#ifndef CAF_DETAIL_NETWORK_ORDER_HPP
#define CAF_DETAIL_NETWORK_ORDER_HPP
#include "caf/config.hpp"
namespace caf {
......@@ -67,3 +70,5 @@ inline T from_network_order(T value) {
} // namespace detail
} // namespace caf
#endif // CAF_DETAIL_NETWORK_ORDER_HPP
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment