Fix compilation error on MSYS2 systems

This commit is contained in:
Romain Deterre 2018-10-11 11:20:51 -04:00
parent 16d1f6b002
commit 83b22013e3

View File

@ -13,6 +13,8 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#define __STDC_FORMAT_MACROS
#include "indexer.h"
#include "clang_complete.hh"