diff --git a/Code/Mantid/Framework/DataObjects/src/Peak.cpp b/Code/Mantid/Framework/DataObjects/src/Peak.cpp index 6b5cf0fba8f6e41848a3bde19e533729c0b97269..95f229aa9f56417ce250d49db33caa0ed4b1953b 100644 --- a/Code/Mantid/Framework/DataObjects/src/Peak.cpp +++ b/Code/Mantid/Framework/DataObjects/src/Peak.cpp @@ -1,10 +1,11 @@ #include "MantidDataObjects/Peak.h" #include "MantidGeometry/Instrument/RectangularDetector.h" -#include "MantidKernel/System.h" #include "MantidGeometry/Objects/InstrumentRayTracer.h" +#include "MantidKernel/Strings.h" +#include "MantidKernel/System.h" #include <algorithm> -#include <string> #include <cctype> +#include <string> using namespace Mantid; using namespace Mantid::Kernel;