Skip to content

Commit

Permalink
Fix implicit dependency on CommandLine.h
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Jul 23, 2020
1 parent 5b20c14 commit 18b4533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/examples/HowToUseLLJIT/HowToUseLLJIT.cpp
Expand Up @@ -10,6 +10,7 @@
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/InitLLVM.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Support/raw_ostream.h"
Expand Down

0 comments on commit 18b4533

Please sign in to comment.