has initializer but incomplete type

用ofstream写文件,gcc编译时错误,提醒

fp has initializer but incomplete type

搜到的结果是

原因:xxx对应的类型没有找到,只把xxx声明了但是没给出定义,编译器无从确认你调用的构造函数是什么。

解决方法:包含定义该类型的头文件。

你可能感兴趣的:(has initializer but incomplete type)