Skip to content

Commit

Permalink
fixed windows release build error message due to missing stdafx.h inc…
Browse files Browse the repository at this point in the history
…lude in debugutil.cpp
  • Loading branch information
wolfma61 committed Nov 10, 2015
1 parent d43f9ab commit aced442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests/MathTests/DebugUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// this should be reused from the COMMON libray, or ideally from BOOST if similar functionality exists
// VSO work item #73


#include "stdafx.h"
#include "DebugUtil.h"

namespace Microsoft {
Expand Down

0 comments on commit aced442

Please sign in to comment.