Skip to content
Snippets Groups Projects
Commit 2ef1eaa1 authored by Timur Pocheptsov's avatar Timur Pocheptsov
Browse files

Make it also ACLiC'able.

parent 1a839d74
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,15 @@ ...@@ -2,11 +2,15 @@
//custom colors, transparency. //custom colors, transparency.
//Requires ROOT built for OS X with --enable-cocoa. //Requires ROOT built for OS X with --enable-cocoa.
#include <iostream>
//Includes for ACLiC:
#include <cassert> #include <cassert>
#include <cstdlib> #include <cstdlib>
#include "TColorGradient.h"
#include "TVirtualPad.h"
#include "TVirtualX.h" #include "TVirtualX.h"
#include "TEllipse.h"
#include "TRandom.h" #include "TRandom.h"
#include "TCanvas.h" #include "TCanvas.h"
#include "Rtypes.h" #include "Rtypes.h"
......
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