Skip to content
Snippets Groups Projects
Commit 05901979 authored by Valérian Alcindor's avatar Valérian Alcindor
Browse files

Adding a needed include file for compilation in MacOs

parent c849d175
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include<iostream> #include<iostream>
#include"RootOutput.h" #include"RootOutput.h"
#include <unistd.h>
int main(int argc , char** argv){ int main(int argc , char** argv){
// Root will not issue any BS warning message // Root will not issue any BS warning message
gErrorIgnoreLevel = 10000; gErrorIgnoreLevel = 10000;
......
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