I started getting this problem after upgrading the ESP8266 core libraries to v2.4.0. Before the upgrade it was compiling fine. There are several ways to solve this problem but what I did was to include only the DallasTemperature.h header and delete the reference to OneWire.h from my sketch.
Hope it helps.