From 4bcf63adf1e99ef7b48ac22a80ee1566e8d45c92 Mon Sep 17 00:00:00 2001 From: Janik Zikovsky <zikovskyjl@ornl.gov> Date: Mon, 13 Feb 2012 17:49:56 -0500 Subject: [PATCH] Refs #4657 strings include --- Code/Mantid/Framework/DataObjects/src/Peak.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/Framework/DataObjects/src/Peak.cpp b/Code/Mantid/Framework/DataObjects/src/Peak.cpp index 6b5cf0fba8f..95f229aa9f5 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; -- GitLab