DS18S20 Error compiling

Hey guys,

I've been trying to make work my temperature sensor DS18S20 but i can't compile any codes i found on the internet.

This is my message error :


Arduino: 1.8.3 (Windows 10), Board: "Arduino/Genuino Uno"

C:\Users\Gab\Documents\Arduino\sketch_jul26a\sketch_jul26a.ino:36:25: fatal error: MySensors.h: No such file or directory

#include <MySensors.h>

^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.


I really don't know how to make it work. What did i do wrong?

(deleted)