Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

error : include_next is not a template at include_next <stdint.h>

ding_y_
Beginner
684 Views

Hi guys:

        I have the problem below when compiling the code with the intel c++ compile 15.

error : include_next is not a template at include_next <stdint.h>

error : identifier "stdint" is not defined include_next <stdint.h>

Can anyone tell me how to solve this problem?

Thanks first.

0 Kudos
1 Reply
Judith_W_Intel
Employee
684 Views

 

What does the code look like? Is there a # before the include, i.e.:

#include_next <stdint.h>

NOT

include_next <stdint.h>

Judy

 

 

0 Kudos
Reply