SWDEV-508958 - [6.4 Preview] include some used headers

Change-Id: I540c422a5ac10189af24a516e57fc804ec67797d
This commit is contained in:
Jatin Chaudhary
2025-01-22 13:50:10 +00:00
committed by Jatin Jaikishan Chaudhary
parent 08b2adef47
commit ddcdfa6b84
2 changed files with 5 additions and 2 deletions
+4 -2
View File
@@ -17,8 +17,10 @@ OUT OF OR INN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#include <hip/hip_runtime.h>
#include<iostream>
#include<string>
#include <iostream>
#include <string>
#include <cstring>
int main() {
hipDevice_t device;
int devCount;
+1
View File
@@ -18,6 +18,7 @@
*/
#include <stdio.h>
#include <stdbool.h>
#include <hip/hip_runtime.h>
#include "LaunchKernel.h"
#define KNRM "\x1B[0m"