Try adding header guards in header.h
#ifndef HEADER_H
#define HEADER_H
#include <iostream> // put your includes in the header file so you don't need to include them in every file that uses this header
#include <...>
class blah_blah
{
};
...
#endif
minas1
Junior Poster in Training
82 posts since Nov 2008
Reputation Points: 13
Solved Threads: 8