Page MenuHomePhabricator

Strange include error
Closed, ResolvedPublic

Description

On some windows machine the following include line causes error:

berryNativeTabFolder.h

#include "../util/berryAbstractTabFolder.h"

when compiling this file under my machine on MITK-MBI, the include file cannot be found. It is fixed by exchanging this line to:

#include <internal/util/berryAbstractTabFolder.h>

Do not know exactly why, but i will commit this now.

Event Timeline

[d5f964]: Merge branch 'bug-9759-blueberry-include-error' into HEAD

Merged commits:

2011-10-14 15:36:28 Bastian Graser [b071f4]
COMP: changed relative include path to fix MSVC problems