Skip to content

Commit

Permalink
Refs #4472. Include stdexept.
Browse files Browse the repository at this point in the history
Windows has it from precompiled header.
  • Loading branch information
martyngigg committed Feb 28, 2012
1 parent 64dafdf commit a79063b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/TestingTools/cxxtest/cxxtest/XmlFormatter.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <iostream>
#include <sstream>
#include <cstring>
#include <stdexcept>


namespace CxxTest
Expand Down

0 comments on commit a79063b

Please sign in to comment.