Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
rgc: fix include path of GCStrategy.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoy196 committed Feb 16, 2015
1 parent 0897718 commit 3cef86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgc.cpp
@@ -1,4 +1,4 @@
#include "llvm/IR/GCStrategy.h"
#include "llvm/CodeGen/GCStrategy.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Value.h"

Expand Down

0 comments on commit 3cef86f

Please sign in to comment.