- Drop patches accepted upstream
- Drop previously backported patches
- Drop obsolete patches
- Enable hadoop/hdfs support for all architectures
* libhdfs is now available for more architectures than ix86 and x86_64
- Enable building on aarch64
- Rename the python packages to python2-root and python3-root
- New sub-packages: python{2,3}-jupyroot, python{2,3}-jsmva
- Dropped sub-package: root-rootaas (replaced by python{2,3}-jupyroot)
12 lines
332 B
Diff
12 lines
332 B
Diff
diff --git a/tmva/tmva/inc/TMVA/DNN/DataLoader.h b/tmva/tmva/inc/TMVA/DNN/DataLoader.h
|
|
index a3a960f..bf4a922 100644
|
|
--- a/tmva/tmva/inc/TMVA/DNN/DataLoader.h
|
|
+++ b/tmva/tmva/inc/TMVA/DNN/DataLoader.h
|
|
@@ -21,6 +21,7 @@
|
|
#include "TMatrix.h"
|
|
#include <vector>
|
|
#include <iostream>
|
|
+#include <algorithm>
|
|
|
|
#include "TMVA/Event.h"
|
|
|