xray-color-helper.cpp - add missing implicit cmath header dependency. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 20:32:41 +0000 (21:32 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 5 Jun 2021 20:33:24 +0000 (21:33 +0100)
commit551a697c5cf33275b66add4fc467fcf59084cffb
tree24bf61f54128ca812a626a52a13c7774dbcd7cf2
parent6ff62d7e175607ecce821eccdadaec66b6ab8ccb
xray-color-helper.cpp - add missing implicit cmath header dependency. NFCI.

Noticed while investigating if we can remove an unnecessary MathExtras.h include from SmallVector.h (necessary for gcc builds but not MSVC)
llvm/tools/llvm-xray/xray-color-helper.cpp