Add #include <my_config.h> at the start of every .cc file

This commit is contained in:
Sergei Petrunia 2016-10-09 12:36:58 +00:00
commit 7c3affdcc0
12 changed files with 24 additions and 1 deletions

View file

@ -19,6 +19,8 @@
#pragma implementation // gcc: Class implementation
#endif
#include <my_config.h>
/* The C++ file's header */
#include "./rdb_threads.h"