Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Fix dsstne headers need to be included in order #196

Open
kiukA9 opened this issue Sep 11, 2018 · 0 comments
Open

Fix dsstne headers need to be included in order #196

kiukA9 opened this issue Sep 11, 2018 · 0 comments
Assignees

Comments

@kiukA9
Copy link
Contributor

kiukA9 commented Sep 11, 2018

For example, I'm unable to include just "amazon/dsstne/engine/NNTypes.h". Compilation will fail. I need to do:

#include "amazon/dsstne/engine/GPUTypes.h"
#include "amazon/dsstne/engine/NNTypes.h"

since GPUTypes.h declares a "using namespace std" which is implicit in NNTypes.h

@kiukA9 kiukA9 changed the title Dsstne headers need to be included in order Fix dsstne headers need to be included in order Sep 11, 2018
@kiukA9 kiukA9 self-assigned this Sep 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant