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

llvm-svn: 19343
This commit is contained in:
Jeff Cohen 2005-01-07 19:21:49 +00:00
parent 6edb4d7b71
commit 86bbb1c56b
1 changed files with 1 additions and 1 deletions

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>