Skip to content

Commit 0206ec0

Browse files
committed
Merge pull request #66 from taion/rawsockoptions-ipp
Fixed bad ipp include.
2 parents 8df7476 + 26dd541 commit 0206ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppwamp/include/cppwamp/rawsockoptions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class IpOptions : public RawsockOptions<TDerived, TProtocol>
147147
} // namespace wamp
148148

149149
#ifndef CPPWAMP_COMPILED_LIB
150-
#include "./internal/rawsockoptions.hpp"
150+
#include "./internal/rawsockoptions.ipp"
151151
#endif
152152

153153
#endif // CPPWAMP_RAWSOCKOPTIONS_HPP

0 commit comments

Comments
 (0)