EVOLUTION-MANAGER
Edit File: diagrams_b.h
#ifndef _DIAGRAMS_B_H #define _DIAGRAMS_B_H class A; class B { public: A *m_a; }; #endif