Files
textmate/Shared/PCH/prelude.cc
Allan Odgaard ce395fa46a Make bundle item queries thread safe
Note though that mutating the bundle item index is not allowed if other threads are querying it.
2013-07-26 13:53:57 +02:00

24 lines
448 B
C++

#ifndef PRELUDE_CC_PCH_U5CKEP2N
#define PRELUDE_CC_PCH_U5CKEP2N
#define __STDC_LIMIT_MACROS
#include "prelude.c"
#include "prelude-mac.h"
#include <algorithm>
#include <deque>
#include <functional>
#include <iterator>
#include <map>
#include <mutex>
#include <set>
#include <string>
#include <vector>
#include <memory>
#include <numeric>
#include <thread>
#include <boost/variant.hpp>
#endif /* end of include guard: PRELUDE_CC_PCH_U5CKEP2N */