diff options
Diffstat (limited to '')
-rw-r--r-- | utils/command_line.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/command_line.hpp b/utils/command_line.hpp index c991e4a..f99c3c1 100644 --- a/utils/command_line.hpp +++ b/utils/command_line.hpp @@ -5,10 +5,8 @@ #pragma once -#pragma warning(push, 0) #include <boost/filesystem.hpp> #include <boost/program_options.hpp> -#pragma warning(pop) #include <exception> #include <iostream> |