[clang-tools-extra] 549e87f - [clangd] Fix bad include

Kadir Cetinkaya via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 6 12:37:02 PDT 2020


Author: Kadir Cetinkaya
Date: 2020-04-06T21:36:54+02:00
New Revision: 549e87f3d04bbae91bc7bc38609ce7073e2c8a6d

URL: https://github.com/llvm/llvm-project/commit/549e87f3d04bbae91bc7bc38609ce7073e2c8a6d
DIFF: https://github.com/llvm/llvm-project/commit/549e87f3d04bbae91bc7bc38609ce7073e2c8a6d.diff

LOG: [clangd] Fix bad include

Added: 
    

Modified: 
    clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp b/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
index 0be66884fd66..2a0e6b001c00 100644
--- a/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
+++ b/clang-tools-extra/clangd/unittests/TUSchedulerTests.cpp
@@ -25,8 +25,8 @@
 #include "gtest/gtest.h"
 #include <algorithm>
 #include <atomic>
-#include <bits/stdint-uintn.h>
 #include <chrono>
+#include <cstdint>
 #include <utility>
 
 namespace clang {


        


More information about the cfe-commits mailing list