Cannot access library

Hi all,

I'm trying to use the Adafruit 10DOF breakout board and I have all the required libraries installed, I can see them on my libraries tab. I keep getting this error when I try to compile the code I've included:

In file included from sketch_aug06a.ino:25:0:
/home/zach/Dropbox/Apps/ArduinoDroid/sketchbook/libraries/Adafruit_10DOF_master/Adafruit_10DOF.h:24:29: fatal error: Adafruit_Sensor.h: No such file or directory
 #include <Adafruit_Sensor.h>
                             ^
compilation terminated.

I attached the example code from Adafruit I'm trying to compile. Cannot for the life of me figure out why IDE isn't recognizing Adafruit_Sensor.h, any ideas??

Adafruit_10DOF.cpp (15.3 KB)

You are supposed to rename the library folder so it matches the code name. That is remove the master bit off the end of it. Rename it and restart the IDE.

It also need to be placed in the correct folder, it looks like you are not doing this.