#include "config.h"

#ifdef OLD_IOSTREAM
#include <iostream.h>
#else
#include <iostream>
#endif
