I need to define my queue globally in a header file. And I of course include that header in other classes.
but I constantly receive multiple definition of variable xx.

how can I declare it only once? so for the next times compiler ignores it?