Skip to content
Snippets Groups Projects
Commit 0ddc5862 authored by Philippe Canal's avatar Philippe Canal
Browse files

From Leo and Diego: Add missing include protection

git-svn-id: http://root.cern.ch/svn/root/trunk@22727 27541ba8-7e3a-0410-8455-c3a389f83636
parent a9bdb3f3
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@
//
//////////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TRobustEstimator
#define ROOT_TRobustEstimator
#include "TArrayI.h"
#include "TMatrixDSym.h"
#include "TMatrixDSymEigen.h"
......@@ -106,3 +109,5 @@ public:
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment