Error while compiling ADAfruit example sketch "DHTtester"

While trying to compile the example sketch for the DHT22 Humidity sensor, I get the following error:

Arduino: 1.8.8 (Windows Store 1.8.19.0) (Windows 10), Board: "Arduino/Genuino Uno"

In file included from C:\Users\hans\Documents\Arduino\libraries\DHT_sensor_library\DHT_U.cpp:22:0:

C:\Users\hans\Documents\Arduino\libraries\DHT_sensor_library\DHT_U.h:25:29: fatal error: Adafruit_Sensor.h: No such file or directory

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 downloaded the required ADAfruit library from the library manager.

Thank for the help,
Hans

sketch_jan18b.ino (162 Bytes)

I found on google that the latest version (1.3.0) of the library is broken. So I installed the previous version (1.2.3), that resolved the problem for me.