Skip to content
Snippets Groups Projects
Commit 51dde90a authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Fix this tutorial for root6

parent b824f37f
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,10 @@
#include "TStyle.h"
#include "TSystem.h"
#ifndef INT_MAX
#define INT_MAX std::numeric_limits<int>::max()
#endif
class TTimeHists {
public:
enum EHist { kHist, kSparse, kNumHist };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment