Fix include. Too easy to make mistakes like this on Windows :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19343 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jeff Cohen 2005-01-07 19:21:49 +00:00
parent c045579428
commit 39931a3dba

View File

@ -20,7 +20,7 @@
#define LLVM_CODEGEN_SELECTIONDAGNODES_H
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/support/DataTypes.h"
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <vector>