diff options
author | Stan Seibert <stan@mtrr.org> | 2012-04-05 11:10:20 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:38 -0700 |
commit | e3d007e7ed5aefcc719bb65c4e83ba6138cd356d (patch) | |
tree | fea3f2c6870f0baba6ac745d0f15f523e24769d1 /src/mute.cc | |
parent | 5e112ce82998864437606b58bf75edefb6cc1387 (diff) | |
download | chroma-e3d007e7ed5aefcc719bb65c4e83ba6138cd356d.tar.gz chroma-e3d007e7ed5aefcc719bb65c4e83ba6138cd356d.tar.bz2 chroma-e3d007e7ed5aefcc719bb65c4e83ba6138cd356d.zip |
Minor patches to include directories for GEANT4.9.5.
Diffstat (limited to 'src/mute.cc')
-rw-r--r-- | src/mute.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mute.cc b/src/mute.cc index e13814f..bd8abac 100644 --- a/src/mute.cc +++ b/src/mute.cc @@ -1,4 +1,4 @@ -#include <geant4/G4ios.hh> +#include <G4ios.hh> class discard_streambuf : public std::streambuf { public: |