Skip to content
Snippets Groups Projects
Commit e810eb10 authored by Gemma Guest's avatar Gemma Guest
Browse files

Fix incorrect include statements

Re #23051
parent 758249f7
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
#include "ProcessingInstructions.h" #include "ProcessingInstructions.h"
#include "RangeInQ.h" #include "RangeInQ.h"
#include "TransmissionRunPair.h" #include "TransmissionRunPair.h"
#include <array>
#include <boost/optional.hpp> #include <boost/optional.hpp>
#include <string> #include <string>
#include <vector>
namespace MantidQt { namespace MantidQt {
namespace CustomInterfaces { namespace CustomInterfaces {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment