#include "ExactPreprocessor.h" namespace GtpVisibilityPreprocessor { bool ExactPreprocessor::ComputeVisibility() { return true; }; }