// thread standard header -*-c++-*-
// Copyright 2014-2017 IAR Systems AB.
#ifndef _THREAD_
#define _THREAD_

#ifndef _SYSTEM_BUILD
  #pragma system_include
#endif

#error "IAR Systems does not support thread"

#endif /* _THREAD_ */

