Skip to content

Commit c3b1f1c

Browse files
lwesiersgfxbot
authored andcommitted
Add missing include header for llvm7
Change-Id: I4e8afbae543c3d427bae225d9050fc1eddb74314
1 parent f623e3d commit c3b1f1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

IGC/Compiler/CodeGenContext.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323
2424
2525
======================= end_copyright_notice ==================================*/
26+
#include "common/LLVMWarningsPush.hpp"
27+
#include <llvm/Support/ScaledNumber.h>
28+
#include "common/LLVMWarningsPop.hpp"
29+
2630
#include "Compiler/CISACodeGen/ComputeShaderCodeGen.hpp"
2731
#include "Compiler/CISACodeGen/ShaderCodeGen.hpp"
2832
#include "Compiler/CodeGenPublic.h"

0 commit comments

Comments
 (0)