Since the last release (10.0.2), the file GateImageBox.h was added which includes a private/internal header from Geant4:
|
#include "private/G4OpenGLSceneHandler.hh" |
Can this dependency be avoided or made optional? Unless I'm mistaken, private headers are not part of the public API and are not usually installed.