Error compiling ADAFRUIT BNO055 default library

I have been working with these IMUs on a project, and today my code started throwing a compile error because the file does not exist. I checked that this isn't an error in my personal coding because the default library & example rawdata.ino gives the same error:

In file included from /home/ubuntu/opt/libraries/latest/bno055simplepacketcoms_0_0_1/src/GetIMU.h:12:0,

from /home/ubuntu/opt/libraries/latest/bno055simplepacketcoms_0_0_1/src/GetIMU.cpp:8:

/home/ubuntu/opt/libraries/latest/simplepacketcoms_0_0_6/src/SimplePacketComs.h:5:18: fatal error: vector: No such file or directory

#include <vector>

^

compilation terminated.

exit status 1

First, I wanted to let the moderators know (or maybe this is something to pass on to adafruit managers? I'm not sure where in the pipeline there's a mistake).

Second, any ideas on a quick-fix for this? I would prefer to continue working from the cloud rather than be chained to the desktop Arduino editor. I imagine there may be some way to just use an older version of the library but I can't see that far behind the curtain.

Thank you!

(full verbose console output attached because there were too many characters)

AdafruitError.txt (7.62 KB)

A few simple things first.
The more information you can give increases the chance of a fix.
Thanks for using the code tags BTW almost perfect first post.

URL / LINK to the library in question (source on github etc) ?

Specify the board being used ?

When using libraries depending on if it is custom or built in there is a method of selecting other versions.
The beauty of the online editor :wink:

If you select an EXAMPLE from a library then as you do so bring your mouse down to the library title and it should highlight.
As it does so if you see the INCLUDE become available click the down arrow on INCLUDE and the versions will be listed for you to select..

Additional information for library selections when you already have a sketch cooked up.

Just a short You Tube Video.

Might be of more help to you.

Here's an explanation of the problem and the solution:
http://forum.arduino.cc/index.php?topic=574940.msg3915277#msg3915277

Thank you, thank you!

Things are back up and running with the uploaded library.

You're welcome. I'm glad to hear it's working now. Enjoy!
Per