- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What does the code look like? Is there a # before the include, i.e.:
#include_next <stdint.h>
NOT
include_next <stdint.h>
Judy

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page