Thanks Craig. It worked after I copied the directories to my project.
And I have to change
#include<google/dense_hash_map>
to
#include "google/dense_hash_map"
Yi
On Nov 4, 11:32 am, Craig Silverstein <csilv...@google.com> wrote:
> } but I got the following error:
> }
> } fatal error C1083: Cannot open include file:
> } 'google/dense_hash_map': No such file or directory
> You'll need to copy the google directory into your own project
> directory tree. I don't know much about windows development; maybe
> someone else can give a bit more detail if needed.
> craig