mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-27 10:38:48 +03:00
8 lines
119 B
C++
8 lines
119 B
C++
#include "stdpre.h"
|
|
#if defined(HAVE_OSTREAM)
|
|
#include <ostream>
|
|
#else
|
|
#include <iostream>
|
|
#endif
|
|
#include "stdpost.h"
|