Fixing #includes <> for GCC (Code::Blocks)

前端 未结 4 789
半阙折子戏
半阙折子戏 2021-01-13 17:58

I am working with some code that was written for a different compiler/linker, and it is including files like this:

#include 
         


        
4条回答
  •  日久生厌
    2021-01-13 18:30

    I'm going to copy Ben's comment and say you should add an include path to where your header files are located. This is very common to do in a project

提交回复
热议问题