Skip to content

Commit

Permalink
Refs #8958 Forgot an include
Browse files Browse the repository at this point in the history
When i added the boost::math functions i forgot to add the inlcude. Windows didn't seem to care as it was apprently in a precompiled header.
  • Loading branch information
keithnbrown committed Feb 18, 2014
1 parent e3b112c commit 9f1f734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/DataHandling/src/SaveANSTOAscii.cpp
Expand Up @@ -17,6 +17,7 @@
#include <fstream>
#include <boost/tokenizer.hpp>
#include <boost/regex.hpp>
#include <boost/math/special_functions/fpclassify.hpp>

namespace Mantid
{
Expand Down

0 comments on commit 9f1f734

Please sign in to comment.