Skip to content
Snippets Groups Projects
Commit e1db7260 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

cmath and complex alter the contents of the TU when building implicitly modules.

Clang implicitly builds modules upon seeing header files present in the module
map. Having cmath before alters the contents of the TU (by defining macros
which affect building the modules).
parent 35c8ba6d
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,13 @@
#ifndef ROO_GAUSS_MODEL
#define ROO_GAUSS_MODEL
#include <cmath>
#include <complex>
#include "RooResolutionModel.h"
#include "RooRealProxy.h"
#include "RooMath.h"
#include <cmath>
#include <complex>
class RooGaussModel : public RooResolutionModel {
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment