root/root-missing-includes.patch
Mattias Ellert ea3d3333d5 Update to 6.08.02
- 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)
2016-12-07 15:00:55 +01:00

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"