mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-07 20:34:28 +08: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"
|