Skip to content
Snippets Groups Projects
Commit bcfd5ce1 authored by Brad King's avatar Brad King
Browse files

ERR: Need to include Configure.hxx to get kwsys_std definition.

parent ed853b5d
No related branches found
No related tags found
No related merge requests found
......@@ -17,16 +17,18 @@
#ifndef @KWSYS_NAMESPACE@_std_@KWSYS_STL_HEADER@
#define @KWSYS_NAMESPACE@_std_@KWSYS_STL_HEADER@
#include <@KWSYS_NAMESPACE@/Configure.hxx>
#ifdef _MSC_VER
#pragma warning (push, 1)
#pragma warning (disable: 4702)
#pragma warning (disable: 4786)
# pragma warning (push, 1)
# pragma warning (disable: 4702)
# pragma warning (disable: 4786)
#endif
#include <@KWSYS_STL_HEADER@>
#ifdef _MSC_VER
#pragma warning(pop)
# pragma warning(pop)
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment