diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/astdx/fix.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/astdx/fix.hpp b/lib/astdx/fix.hpp index 821e447..150df9e 100644 --- a/lib/astdx/fix.hpp +++ b/lib/astdx/fix.hpp @@ -13,7 +13,9 @@ namespace astdx::fix { - + struct fix_reader; + struct fix_writer; + struct fix_visitor; } -#endif // ifndef _STDX_FIX_HPP
\ No newline at end of file +#endif // ifndef _STDX_FIX_HPP |
