#ifndef __HYPERNEAT_ATOM_HPP__ #define __HYPERNEAT_ATOM_HPP__ #include namespace hyperneat { template using Atomic = std::atomic; } #endif