experimental: add missing file header

The directory_iterator implementation file was missing the file header.
Add one.  NFC.

llvm-svn: 293530
This commit is contained in:
Saleem Abdulrasool 2017-01-30 18:50:32 +00:00
parent f8c065fde2
commit cb04468c6a
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
//===------------------ directory_iterator.cpp ----------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "experimental/filesystem"
#include <dirent.h>
#include <errno.h>