diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-19 15:50:07 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-19 15:50:07 -0600 |
commit | a9ed06bec80a2a975102195b5b7b4fe7fece3d38 (patch) | |
tree | b7a92badcfa410c4b57870c78226429bd50d2bfe /lib/rosecg/src/rose_attributes.cc | |
parent | 210f77d2c32f14d2e99577fd3c9842bb19d47e50 (diff) | |
download | chill-a9ed06bec80a2a975102195b5b7b4fe7fece3d38.tar.gz chill-a9ed06bec80a2a975102195b5b7b4fe7fece3d38.tar.bz2 chill-a9ed06bec80a2a975102195b5b7b4fe7fece3d38.zip |
change rosecg path & add install
Diffstat (limited to 'lib/rosecg/src/rose_attributes.cc')
-rw-r--r-- | lib/rosecg/src/rose_attributes.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rosecg/src/rose_attributes.cc b/lib/rosecg/src/rose_attributes.cc index 3debb2d..c5ba30b 100644 --- a/lib/rosecg/src/rose_attributes.cc +++ b/lib/rosecg/src/rose_attributes.cc @@ -1,4 +1,4 @@ -#include "rose_attributes.h" +#include "code_gen/rose_attributes.h" namespace omega { |