Fork me on GitHub

Changeset bc4bff0 in git


Ignore:
Timestamp:
May 18, 2016, 3:47:04 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2118a6a
Parents:
5658083
Message:

fixed compilation bug in gcc530

Location:
modules
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • modules/VertexFinder.cc

    r5658083 rbc4bff0  
    99
    1010#include "modules/VertexFinder.h"
    11 
    12 //#include "CLHEP/Units/GlobalSystemOfUnits.h"
    13 //#include "CLHEP/Units/GlobalPhysicalConstants.h"
    14 
    1511#include "classes/DelphesClasses.h"
    1612#include "classes/DelphesFactory.h"
  • modules/VertexFinder.h

    r5658083 rbc4bff0  
    1717#include <stdexcept>
    1818#include <iostream>
    19 #include <sstream>
    2019#include <vector>
     20#include <unordered_map>
    2121
    2222using namespace std;
  • modules/VertexSorter.cc

    r5658083 rbc4bff0  
    99*/
    1010
    11 #include <unordered_map>
    1211#include "modules/VertexSorter.h"
    1312
  • modules/VertexSorter.h

    r5658083 rbc4bff0  
    1818#include <stdexcept>
    1919#include <iostream>
    20 #include <sstream>
    2120#include <vector>
    2221#include <string>
     22#include <unordered_map>
     23
    2324
    2425using namespace std;
Note: See TracChangeset for help on using the changeset viewer.