Wire.h error: expected ',' or ';' before 'class'

Hi, so in my code, I called Wire.h to use <LiquidCrystal_I2C.h>. When i verify my code it displays this:

In file included from C:\Users\Hunti\Desktop\ROSHAMBO\ROSHAMBO.ino:4:0:

C:\Program Files (x86)\Arduino\hardware\arduino\avr\libraries\Wire\src/Wire.h:33:1: error: expected ',' or ';' before 'class'

class TwoWire : public Stream

^

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

You forgot to post your code.

Sp. "Rochambeau"

That is the first non-preprocessor line in Wire.h so I suspect that whatever is just above your "#include <Wire.h>" is missing a semicolon.