Skip to content

Commit

Permalink
refs #6449 fixing unix error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 16, 2013
1 parent 931b586 commit 8e98cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Kernel/inc/MantidKernel/DiskBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <map>
#include <stdint.h>
#include <vector>
#include <forward_list>
#include <list>

namespace Mantid
{
Expand Down

0 comments on commit 8e98cba

Please sign in to comment.