Commit 8c63623
authored
Include TString header to fix incomplete type error in StGmtGeom (#758)
Fixed build error caused by missing #include <TString.h> in StGmtGeom.h
```
In file included from .sl73_x8664_gcc485/OBJ/StRoot/StGmtUtil/geometry/StGmtGeom.cxx:12:0:
.sl73_x8664_gcc485/OBJ/StRoot/StGmtUtil/geometry/StGmtGeom.h:195:14: error: field 'signal' has incomplete type
TString signal; // label string
^
.sl73_x8664_gcc485/OBJ/StRoot/StGmtUtil/geometry/StGmtGeom.cxx:657:1: error: too many initializers for 'StGmtGeom::StGmtGeomData'
};
^
```1 parent 5d96557 commit 8c63623
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments